public static interface FlowExecutionSummary.Builder extends SdkPojo, CopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionSummary.Builder |
createdAt(Instant createdAt)
The date and time when the flow execution summary was created.
|
FlowExecutionSummary.Builder |
flowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
FlowExecutionSummary.Builder |
flowTemplateId(String flowTemplateId)
The ID of the flow.
|
FlowExecutionSummary.Builder |
status(FlowExecutionStatus status)
The current status of the flow execution.
|
FlowExecutionSummary.Builder |
status(String status)
The current status of the flow execution.
|
FlowExecutionSummary.Builder |
systemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
FlowExecutionSummary.Builder |
updatedAt(Instant updatedAt)
The date and time when the flow execution summary was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowExecutionSummary.Builder flowExecutionId(String flowExecutionId)
The ID of the flow execution.
flowExecutionId - The ID of the flow execution.FlowExecutionSummary.Builder status(String status)
The current status of the flow execution.
status - The current status of the flow execution.FlowExecutionStatus,
FlowExecutionStatusFlowExecutionSummary.Builder status(FlowExecutionStatus status)
The current status of the flow execution.
status - The current status of the flow execution.FlowExecutionStatus,
FlowExecutionStatusFlowExecutionSummary.Builder systemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
systemInstanceId - The ID of the system instance that contains the flow.FlowExecutionSummary.Builder flowTemplateId(String flowTemplateId)
The ID of the flow.
flowTemplateId - The ID of the flow.FlowExecutionSummary.Builder createdAt(Instant createdAt)
The date and time when the flow execution summary was created.
createdAt - The date and time when the flow execution summary was created.FlowExecutionSummary.Builder updatedAt(Instant updatedAt)
The date and time when the flow execution summary was last updated.
updatedAt - The date and time when the flow execution summary was last updated.Copyright © 2022. All rights reserved.