CopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
, SdkBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
public static interface StopExecutionRequest.Builder extends CopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.