static DescribeExecutionResponse.Builder |
DescribeExecutionResponse.builder() |
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.cause(String causeValue) |
The cause string if the state machine execution failed.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.error(String error) |
The error string if the state machine execution failed.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.executionArn(String executionArn) |
The Amazon Resource Name (ARN) that identifies the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.input(String input) |
The string that contains the JSON input data of the execution.
|
default DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails) |
Sets the value of the InputDetails property for this object.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.inputDetails(CloudWatchEventsExecutionDataDetails inputDetails) |
Sets the value of the InputDetails property for this object.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.mapRunArn(String mapRunArn) |
The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.name(String name) |
The name of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.output(String output) |
The JSON output data of the execution.
|
default DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails) |
Sets the value of the OutputDetails property for this object.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.outputDetails(CloudWatchEventsExecutionDataDetails outputDetails) |
Sets the value of the OutputDetails property for this object.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.redriveCount(Integer redriveCount) |
The number of times you've redriven an execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.redriveDate(Instant redriveDate) |
The date the execution was last redriven.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.redriveStatus(String redriveStatus) |
Indicates whether or not an execution can be redriven at a given point in time.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.redriveStatus(ExecutionRedriveStatus redriveStatus) |
Indicates whether or not an execution can be redriven at a given point in time.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.redriveStatusReason(String redriveStatusReason) |
When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies
the reason why an execution cannot be redriven.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.startDate(Instant startDate) |
The date the execution is started.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.stateMachineAliasArn(String stateMachineAliasArn) |
The Amazon Resource Name (ARN) of the state machine alias associated with the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) of the executed stated machine.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.stateMachineVersionArn(String stateMachineVersionArn) |
The Amazon Resource Name (ARN) of the state machine version associated with the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.status(String status) |
The current status of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.status(ExecutionStatus status) |
The current status of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.stopDate(Instant stopDate) |
If the execution ended, the date the execution stopped.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.toBuilder() |
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.traceHeader(String traceHeader) |
The X-Ray trace header that was passed to the execution.
|