public static interface StopExecutionRequest.Builder extends SfnRequest.Builder, CopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StopExecutionRequest.Builder |
cause(String cause)
A more detailed explanation of the cause of the termination.
|
StopExecutionRequest.Builder |
error(String error)
An arbitrary error code that identifies the cause of the termination.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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)
An arbitrary error code that identifies the cause of the termination.
error - An arbitrary error code that identifies the cause of the termination.StopExecutionRequest.Builder cause(String cause)
A more detailed explanation of the cause of the termination.
cause - A more detailed explanation of the cause of the termination.StopExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StopExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.