public static interface SendPipelineExecutionStepSuccessRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<SendPipelineExecutionStepSuccessRequest.Builder,SendPipelineExecutionStepSuccessRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendPipelineExecutionStepSuccessRequest.Builder callbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
callbackToken - The pipeline generated token from the Amazon SQS queue.SendPipelineExecutionStepSuccessRequest.Builder outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
outputParameters - A list of the output parameters of the callback step.SendPipelineExecutionStepSuccessRequest.Builder outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
outputParameters - A list of the output parameters of the callback step.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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #outputParameters(List) .outputParameters - a consumer that will call methods on List.Builder #outputParameters(List) 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.
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.SendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.