Interface FlowExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowExecutionSummary.Builder,
,FlowExecutionSummary> SdkBuilder<FlowExecutionSummary.Builder,
,FlowExecutionSummary> SdkPojo
- Enclosing class:
FlowExecutionSummary
public static interface FlowExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the flow execution summary was created.flowExecutionId
(String flowExecutionId) The ID of the flow execution.flowTemplateId
(String flowTemplateId) The ID of the flow.The current status of the flow execution.status
(FlowExecutionStatus status) The current status of the flow execution.systemInstanceId
(String systemInstanceId) The ID of the system instance that contains the flow.The date and time when the flow execution summary was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
flowExecutionId
The ID of the flow execution.
- Parameters:
flowExecutionId
- The ID of the flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the flow execution.
- Parameters:
status
- The current status of the flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the flow execution.
- Parameters:
status
- The current status of the flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
systemInstanceId
The ID of the system instance that contains the flow.
- Parameters:
systemInstanceId
- The ID of the system instance that contains the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowTemplateId
The ID of the flow.
- Parameters:
flowTemplateId
- The ID of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the flow execution summary was created.
- Parameters:
createdAt
- The date and time when the flow execution summary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the flow execution summary was last updated.
- Parameters:
updatedAt
- The date and time when the flow execution summary was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-