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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopExecutionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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)
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.StopExecutionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.