CopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
, SdkBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
public static interface DescribeExecutionResponse.Builder extends CopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeExecutionResponse.Builder |
executionArn(String executionArn) |
The Amazon Resource Name (ARN) that identifies the execution.
|
DescribeExecutionResponse.Builder |
input(String input) |
The JSON input data of the execution.
|
DescribeExecutionResponse.Builder |
name(String name) |
The name of the execution.
|
DescribeExecutionResponse.Builder |
output(String output) |
The JSON output data of the execution.
|
DescribeExecutionResponse.Builder |
startDate(Date startDate) |
The date the execution was started.
|
DescribeExecutionResponse.Builder |
stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) of the executed stated machine.
|
DescribeExecutionResponse.Builder |
status(String status) |
The current status of the execution.
|
DescribeExecutionResponse.Builder |
status(ExecutionStatus status) |
The current status of the execution.
|
DescribeExecutionResponse.Builder |
stopDate(Date stopDate) |
If the execution has already ended, the date the execution stopped.
|
copy
apply, build
DescribeExecutionResponse.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn
- The Amazon Resource Name (ARN) that identifies the execution.DescribeExecutionResponse.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed stated machine.
stateMachineArn
- The Amazon Resource Name (ARN) of the executed stated machine.DescribeExecutionResponse.Builder name(String name)
The name of the execution.
name
- The name of the execution.DescribeExecutionResponse.Builder status(String status)
The current status of the execution.
status
- The current status of the execution.ExecutionStatus
DescribeExecutionResponse.Builder status(ExecutionStatus status)
The current status of the execution.
status
- The current status of the execution.ExecutionStatus
DescribeExecutionResponse.Builder startDate(Date startDate)
The date the execution was started.
startDate
- The date the execution was started.DescribeExecutionResponse.Builder stopDate(Date stopDate)
If the execution has already ended, the date the execution stopped.
stopDate
- If the execution has already ended, the date the execution stopped.DescribeExecutionResponse.Builder input(String input)
The JSON input data of the execution.
input
- The JSON input data of the execution.DescribeExecutionResponse.Builder output(String output)
The JSON output data of the execution.
output
- The JSON output data of the execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.