static ExecutionListItem.Builder |
ExecutionListItem.builder() |
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.executionArn(String executionArn) |
The Amazon Resource Name (ARN) that identifies the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.itemCount(Integer itemCount) |
The total number of items processed in a child workflow execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.mapRunArn(String mapRunArn) |
The Amazon Resource Name (ARN) of a Map Run.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.name(String name) |
The name of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.redriveCount(Integer redriveCount) |
The number of times you've redriven an execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.redriveDate(Instant redriveDate) |
The date the execution was last redriven.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.startDate(Instant startDate) |
The date the execution started.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.stateMachineAliasArn(String stateMachineAliasArn) |
The Amazon Resource Name (ARN) of the state machine alias used to start an execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) of the state machine that ran the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.stateMachineVersionArn(String stateMachineVersionArn) |
The Amazon Resource Name (ARN) of the state machine version associated with the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.status(String status) |
The current status of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.status(ExecutionStatus status) |
The current status of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.stopDate(Instant stopDate) |
If the execution already ended, the date the execution stopped.
|
ExecutionListItem.Builder |
ExecutionListItem.toBuilder() |
|