static GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.builder() |
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.endedAt(Instant endedAt) |
The timestamp when the flow execution ended.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.errors(Collection<FlowExecutionError> errors) |
A list of errors that occurred during the flow execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.errors(Consumer<FlowExecutionError.Builder>... errors) |
A list of errors that occurred during the flow execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.errors(FlowExecutionError... errors) |
A list of errors that occurred during the flow execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.executionArn(String executionArn) |
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.flowAliasIdentifier(String flowAliasIdentifier) |
The unique identifier of the flow alias used for the execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.flowIdentifier(String flowIdentifier) |
The unique identifier of the flow.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.flowVersion(String flowVersion) |
The version of the flow used for the execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.startedAt(Instant startedAt) |
The timestamp when the flow execution started.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.status(String status) |
The current status of the flow execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.Builder.status(FlowExecutionStatus status) |
The current status of the flow execution.
|
GetFlowExecutionResponse.Builder |
GetFlowExecutionResponse.toBuilder() |
|