Interface RedriveExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RedriveExecutionRequest.Builder,RedriveExecutionRequest>,SdkBuilder<RedriveExecutionRequest.Builder,RedriveExecutionRequest>,SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- RedriveExecutionRequest
public static interface RedriveExecutionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<RedriveExecutionRequest.Builder,RedriveExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedriveExecutionRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.RedriveExecutionRequest.BuilderexecutionArn(String executionArn)The Amazon Resource Name (ARN) of the execution to be redriven.RedriveExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RedriveExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sfn.model.SfnRequest.Builder
build
-
-
-
-
Method Detail
-
executionArn
RedriveExecutionRequest.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to be redriven.
- Parameters:
executionArn- The Amazon Resource Name (ARN) of the execution to be redriven.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
RedriveExecutionRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RedriveExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RedriveExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-