ClusterSnapshot.Builder |
ClusterSnapshot.Builder.adminUserName(String adminUserName) |
The name of the Elastic DocumentDB cluster administrator.
|
static ClusterSnapshot.Builder |
ClusterSnapshot.builder() |
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.clusterArn(String clusterArn) |
The arn of the Elastic DocumentDB cluster.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.clusterCreationTime(String clusterCreationTime) |
The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotArn(String snapshotArn) |
The arn of the Elastic DocumentDB snapshot
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotCreationTime(String snapshotCreationTime) |
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.snapshotName(String snapshotName) |
The name of the Elastic DocumentDB snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.status(String status) |
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.status(Status status) |
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.subnetIds(String... subnetIds) |
A list of the IDs of subnets associated with the DB cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.subnetIds(Collection<String> subnetIds) |
A list of the IDs of subnets associated with the DB cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.toBuilder() |
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of the IDs of the VPC security groups associated with the cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of the IDs of the VPC security groups associated with the cluster snapshot.
|