public static interface StopExecutionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StopExecutionRequest.Builder |
cause(String causeValue)
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) |
StopExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopExecutionRequest.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 causeValue)
A more detailed explanation of the cause of the failure.
causeValue - A more detailed explanation of the cause of the failure.StopExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.