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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowExecutionSummary.BuildercreatedAt(Instant createdAt)The date and time when the flow execution summary was created.FlowExecutionSummary.BuilderflowExecutionId(String flowExecutionId)The ID of the flow execution.FlowExecutionSummary.BuilderflowTemplateId(String flowTemplateId)The ID of the flow.FlowExecutionSummary.Builderstatus(String status)The current status of the flow execution.FlowExecutionSummary.Builderstatus(FlowExecutionStatus status)The current status of the flow execution.FlowExecutionSummary.BuildersystemInstanceId(String systemInstanceId)The ID of the system instance that contains the flow.FlowExecutionSummary.BuilderupdatedAt(Instant updatedAt)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 Detail
-
flowExecutionId
FlowExecutionSummary.Builder flowExecutionId(String 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
FlowExecutionSummary.Builder status(String 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:
FlowExecutionStatus,FlowExecutionStatus
-
status
FlowExecutionSummary.Builder status(FlowExecutionStatus 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:
FlowExecutionStatus,FlowExecutionStatus
-
systemInstanceId
FlowExecutionSummary.Builder systemInstanceId(String 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
FlowExecutionSummary.Builder flowTemplateId(String 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
FlowExecutionSummary.Builder createdAt(Instant 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
FlowExecutionSummary.Builder updatedAt(Instant 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.
-
-