public static interface CallbackStepMetadata.Builder extends SdkPojo, CopyableBuilder<CallbackStepMetadata.Builder,CallbackStepMetadata>
| Modifier and Type | Method and Description |
|---|---|
CallbackStepMetadata.Builder |
callbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
|
CallbackStepMetadata.Builder |
outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the callback step.
|
CallbackStepMetadata.Builder |
outputParameters(Consumer<OutputParameter.Builder>... outputParameters)
A list of the output parameters of the callback step.
|
CallbackStepMetadata.Builder |
outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the callback step.
|
CallbackStepMetadata.Builder |
sqsQueueUrl(String sqsQueueUrl)
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCallbackStepMetadata.Builder callbackToken(String callbackToken)
The pipeline generated token from the Amazon SQS queue.
callbackToken - The pipeline generated token from the Amazon SQS queue.CallbackStepMetadata.Builder sqsQueueUrl(String sqsQueueUrl)
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
sqsQueueUrl - The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.CallbackStepMetadata.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.CallbackStepMetadata.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.CallbackStepMetadata.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 via OutputParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #outputParameters(List.
outputParameters - a consumer that will call methods on
OutputParameter.Builder#outputParameters(java.util.Collection) Copyright © 2022. All rights reserved.