public static interface StopExecutionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
Modifier and Type | Method and Description |
---|---|
StopExecutionRequest.Builder |
cause(String cause)
A more detailed explanation of the cause of the failure.
|
StopExecutionRequest.Builder |
error(String error)
The error code of the failure.
|
StopExecutionRequest.Builder |
executionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
|
StopExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
StopExecutionRequest.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
executionArn
- The Amazon Resource Name (ARN) of the execution to stop.StopExecutionRequest.Builder error(String error)
The error code of the failure.
error
- The error code of the failure.StopExecutionRequest.Builder cause(String cause)
A more detailed explanation of the cause of the failure.
cause
- A more detailed explanation of the cause of the failure.StopExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.