Interface ClusterSnapshotInList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterSnapshotInList.Builder,
,ClusterSnapshotInList> SdkBuilder<ClusterSnapshotInList.Builder,
,ClusterSnapshotInList> SdkPojo
- Enclosing class:
ClusterSnapshotInList
@Mutable
@NotThreadSafe
public static interface ClusterSnapshotInList.Builder
extends SdkPojo, CopyableBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The ARN identifier of the elastic cluster.snapshotArn
(String snapshotArn) The ARN identifier of the elastic cluster snapshot.snapshotCreationTime
(String snapshotCreationTime) The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).snapshotName
(String snapshotName) The name of the elastic cluster snapshot.The status of the elastic cluster snapshot.The status of the elastic cluster snapshot.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, sdkFieldNameToField, sdkFields
-
Method Details
-
clusterArn
The ARN identifier of the elastic cluster.
- Parameters:
clusterArn
- The ARN identifier of the elastic cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotArn
The ARN identifier of the elastic cluster snapshot.
- Parameters:
snapshotArn
- The ARN identifier of the elastic cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotCreationTime
The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
- Parameters:
snapshotCreationTime
- The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotName
The name of the elastic cluster snapshot.
- Parameters:
snapshotName
- The name of the elastic cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the elastic cluster snapshot.
- Parameters:
status
- The status of the elastic cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the elastic cluster snapshot.
- Parameters:
status
- The status of the elastic cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-