Interface SendPipelineExecutionStepSuccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SendPipelineExecutionStepSuccessRequest.Builder,SendPipelineExecutionStepSuccessRequest>
,SageMakerRequest.Builder
,SdkBuilder<SendPipelineExecutionStepSuccessRequest.Builder,SendPipelineExecutionStepSuccessRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- SendPipelineExecutionStepSuccessRequest
public static interface SendPipelineExecutionStepSuccessRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<SendPipelineExecutionStepSuccessRequest.Builder,SendPipelineExecutionStepSuccessRequest>
-
-
Method Summary
-
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 Detail
-
callbackToken
SendPipelineExecutionStepSuccessRequest.Builder callbackToken(String 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 to#outputParameters(List
.) - 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:
#outputParameters(java.util.Collection
)
-
clientRequestToken
SendPipelineExecutionStepSuccessRequest.Builder clientRequestToken(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
SendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-