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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowVersionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the flow that the version belongs to.FlowVersionSummary.BuildercreatedAt(Instant createdAt)The time at the version was created.FlowVersionSummary.Builderid(String id)The unique identifier of the flow.FlowVersionSummary.Builderstatus(String status)The status of the flow.FlowVersionSummary.Builderstatus(FlowStatus status)The status of the flow.FlowVersionSummary.Builderversion(String version)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 Detail
-
arn
FlowVersionSummary.Builder arn(String 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
FlowVersionSummary.Builder createdAt(Instant createdAt)
The time at the version was created.
- Parameters:
createdAt- The time at the version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
FlowVersionSummary.Builder id(String 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
FlowVersionSummary.Builder status(String 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:
FlowStatus,FlowStatus
-
status
FlowVersionSummary.Builder status(FlowStatus 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:
FlowStatus,FlowStatus
-
version
FlowVersionSummary.Builder version(String 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.
-
-