Interface PreProcessingModelInvocationOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PreProcessingModelInvocationOutput.Builder,,PreProcessingModelInvocationOutput> SdkBuilder<PreProcessingModelInvocationOutput.Builder,,PreProcessingModelInvocationOutput> SdkPojo
- Enclosing class:
 PreProcessingModelInvocationOutput
public static interface PreProcessingModelInvocationOutput.Builder
extends SdkPojo, CopyableBuilder<PreProcessingModelInvocationOutput.Builder,PreProcessingModelInvocationOutput> 
- 
Method Summary
Modifier and TypeMethodDescriptionparsedResponse(Consumer<PreProcessingParsedResponse.Builder> parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.parsedResponse(PreProcessingParsedResponse parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.The unique identifier of the trace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
parsedResponse
PreProcessingModelInvocationOutput.Builder parsedResponse(PreProcessingParsedResponse parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.
- Parameters:
 parsedResponse- Details about the response from the Lambda parsing of the output of the pre-processing step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parsedResponse
default PreProcessingModelInvocationOutput.Builder parsedResponse(Consumer<PreProcessingParsedResponse.Builder> parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.
This is a convenience method that creates an instance of thePreProcessingParsedResponse.Builderavoiding the need to create one manually viaPreProcessingParsedResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparsedResponse(PreProcessingParsedResponse).- Parameters:
 parsedResponse- a consumer that will call methods onPreProcessingParsedResponse.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
traceId
The unique identifier of the trace.
- Parameters:
 traceId- The unique identifier of the trace.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -