Interface SendPipelineExecutionStepSuccessRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<SendPipelineExecutionStepSuccessRequest.Builder,,- SendPipelineExecutionStepSuccessRequest> - SageMakerRequest.Builder,- SdkBuilder<SendPipelineExecutionStepSuccessRequest.Builder,,- SendPipelineExecutionStepSuccessRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- SendPipelineExecutionStepSuccessRequest
@Mutable
@NotThreadSafe
public static interface SendPipelineExecutionStepSuccessRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<SendPipelineExecutionStepSuccessRequest.Builder,SendPipelineExecutionStepSuccessRequest> 
- 
Method SummaryModifier and TypeMethodDescriptioncallbackToken(String callbackToken) The pipeline generated token from the Amazon SQS queue.clientRequestToken(String clientRequestToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.outputParameters(Collection<OutputParameter> outputParameters) A list of the output parameters of the callback step.outputParameters(Consumer<OutputParameter.Builder>... outputParameters) A list of the output parameters of the callback step.outputParameters(OutputParameter... outputParameters) A list of the output parameters of the callback step.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
callbackTokenThe pipeline generated token from the Amazon SQS queue. - Parameters:
- callbackToken- The pipeline generated token from the Amazon SQS queue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputParametersSendPipelineExecutionStepSuccessRequest.Builder outputParameters(Collection<OutputParameter> outputParameters) A list of the output parameters of the callback step. - Parameters:
- outputParameters- A list of the output parameters of the callback step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputParametersSendPipelineExecutionStepSuccessRequest.Builder outputParameters(OutputParameter... outputParameters) A list of the output parameters of the callback step. - Parameters:
- outputParameters- A list of the output parameters of the callback step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputParametersSendPipelineExecutionStepSuccessRequest.Builder outputParameters(Consumer<OutputParameter.Builder>... outputParameters) A list of the output parameters of the callback step. This is a convenience method that creates an instance of theOutputParameter.Builderavoiding the need to create one manually viaOutputParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputParameters(List<OutputParameter>).- Parameters:
- outputParameters- a consumer that will call methods on- OutputParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientRequestTokenA unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. - Parameters:
- clientRequestToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationSendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationSendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-