static FlowExecutionSummary.Builder |
FlowExecutionSummary.builder() |
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.createdAt(Instant createdAt) |
The date and time when the flow execution summary was created.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowExecutionId(String flowExecutionId) |
The ID of the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowTemplateId(String flowTemplateId) |
The ID of the flow.
|
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.Builder.systemInstanceId(String systemInstanceId) |
The ID of the system instance that contains the flow.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.toBuilder() |
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.updatedAt(Instant updatedAt) |
The date and time when the flow execution summary was last updated.
|