public static interface ClusterSnapshotInList.Builder extends SdkPojo, CopyableBuilder<ClusterSnapshotInList.Builder,ClusterSnapshotInList>
| Modifier and Type | Method and Description |
|---|---|
ClusterSnapshotInList.Builder |
clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ClusterSnapshotInList.Builder |
snapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
|
ClusterSnapshotInList.Builder |
snapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshotInList.Builder |
snapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList.Builder |
status(Status status)
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList.Builder |
status(String status)
The status of the Elastic DocumentDB snapshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterSnapshotInList.Builder clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn - The arn of the Elastic DocumentDB cluster.ClusterSnapshotInList.Builder snapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
snapshotArn - The arn of the Elastic DocumentDB snapshotClusterSnapshotInList.Builder snapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
snapshotCreationTime - The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).ClusterSnapshotInList.Builder snapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
snapshotName - The name of the Elastic DocumentDB snapshot.ClusterSnapshotInList.Builder status(String status)
The status of the Elastic DocumentDB snapshot.
ClusterSnapshotInList.Builder status(Status status)
The status of the Elastic DocumentDB snapshot.
Copyright © 2023. All rights reserved.