static FlowExecutionSummary.Builder |
FlowExecutionSummary.builder() |
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.createdAt(Instant createdAt) |
The timestamp when the flow execution was created.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.endedAt(Instant endedAt) |
The timestamp when the flow execution ended.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.executionArn(String executionArn) |
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowAliasIdentifier(String flowAliasIdentifier) |
The unique identifier of the flow alias used for the execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowIdentifier(String flowIdentifier) |
The unique identifier of the flow.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowVersion(String flowVersion) |
The version of the flow used for the execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.status(String status) |
The current status of the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.status(FlowExecutionStatus status) |
The current status of the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.toBuilder() |
|