Interface ClusterSnapshotInList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>,SdkBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>,SdkPojo
- Enclosing class:
- ClusterSnapshotInList
public static interface ClusterSnapshotInList.Builder extends SdkPojo, CopyableBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterSnapshotInList.BuilderclusterArn(String clusterArn)The ARN identifier of the elastic cluster.ClusterSnapshotInList.BuildersnapshotArn(String snapshotArn)The ARN identifier of the elastic cluster snapshot.ClusterSnapshotInList.BuildersnapshotCreationTime(String snapshotCreationTime)The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).ClusterSnapshotInList.BuildersnapshotName(String snapshotName)The name of the elastic cluster snapshot.ClusterSnapshotInList.Builderstatus(String status)The status of the elastic cluster snapshot.ClusterSnapshotInList.Builderstatus(Status status)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, sdkFields
-
-
-
-
Method Detail
-
clusterArn
ClusterSnapshotInList.Builder clusterArn(String 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
ClusterSnapshotInList.Builder snapshotArn(String 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
ClusterSnapshotInList.Builder snapshotCreationTime(String 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
ClusterSnapshotInList.Builder snapshotName(String 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
ClusterSnapshotInList.Builder status(String status)
The status of the elastic cluster snapshot.
-
status
ClusterSnapshotInList.Builder status(Status status)
The status of the elastic cluster snapshot.
-
-