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 Summary
Modifier 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.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
callbackToken
The 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.
-
outputParameters
SendPipelineExecutionStepSuccessRequest.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.
-
outputParameters
SendPipelineExecutionStepSuccessRequest.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.
-
outputParameters
SendPipelineExecutionStepSuccessRequest.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.Builder
avoiding the need to create one manually viaOutputParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputParameters(List<OutputParameter>)
.- Parameters:
outputParameters
- a consumer that will call methods onOutputParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- 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.
-
overrideConfiguration
SendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-