| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
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(Status status)
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.status(String status)
The status of the Elastic DocumentDB 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.Builder.subnetIds(String... subnetIds)
A list of the IDs of subnets associated with the DB cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.toBuilder() |
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of the IDs of the VPC security groups associated with the cluster snapshot.
|
ClusterSnapshot.Builder |
ClusterSnapshot.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of the IDs of the VPC security groups associated with the cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterSnapshot.Builder> |
ClusterSnapshot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetClusterSnapshotResponse.Builder |
GetClusterSnapshotResponse.Builder.snapshot(Consumer<ClusterSnapshot.Builder> snapshot)
Returns information about a specific Elastic DocumentDB snapshot.
|
default DeleteClusterSnapshotResponse.Builder |
DeleteClusterSnapshotResponse.Builder.snapshot(Consumer<ClusterSnapshot.Builder> snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
default CreateClusterSnapshotResponse.Builder |
CreateClusterSnapshotResponse.Builder.snapshot(Consumer<ClusterSnapshot.Builder> snapshot)
Returns information about the new Elastic DocumentDB snapshot.
|
Copyright © 2023. All rights reserved.