Interface FlowVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowVersionSummary.Builder,
,FlowVersionSummary> SdkBuilder<FlowVersionSummary.Builder,
,FlowVersionSummary> SdkPojo
- Enclosing class:
FlowVersionSummary
public static interface FlowVersionSummary.Builder
extends SdkPojo, CopyableBuilder<FlowVersionSummary.Builder,FlowVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow that the version belongs to.The time at the flow version was created.The unique identifier of the flow.The status of the flow.status
(FlowStatus status) The status of the flow.The version of the flow.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
-
arn
The Amazon Resource Name (ARN) of the flow that the version belongs to.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow that the version belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time at the flow version was created.
- Parameters:
createdAt
- The time at the flow version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the flow.
- Parameters:
id
- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the flow.
- Parameters:
status
- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the flow.
- Parameters:
status
- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the flow.
- Parameters:
version
- The version of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-