Interface CallbackStepMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CallbackStepMetadata.Builder,,- CallbackStepMetadata> - SdkBuilder<CallbackStepMetadata.Builder,,- CallbackStepMetadata> - SdkPojo
- Enclosing class:
- CallbackStepMetadata
@Mutable
@NotThreadSafe
public static interface CallbackStepMetadata.Builder
extends SdkPojo, CopyableBuilder<CallbackStepMetadata.Builder,CallbackStepMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptioncallbackToken(String callbackToken) The pipeline generated token from the Amazon SQS queue.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.sqsQueueUrl(String sqsQueueUrl) The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods 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.
 
- 
sqsQueueUrlThe URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step. - Parameters:
- sqsQueueUrl- The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputParametersA 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.
 
- 
outputParametersA 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.
 
- 
outputParametersCallbackStepMetadata.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:
 
 
-