| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.adminUserName(String adminUserName)
The name of the Elastic DocumentDB cluster administrator.
|
Cluster.Builder |
Cluster.Builder.authType(Auth authType)
The authentication type for the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.authType(String authType)
The authentication type for the Elastic DocumentDB cluster.
|
static Cluster.Builder |
Cluster.builder() |
Cluster.Builder |
Cluster.Builder.clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.clusterEndpoint(String clusterEndpoint)
The URL used to connect to the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.createTime(String createTime)
The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).
|
Cluster.Builder |
Cluster.Builder.kmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
Cluster.Builder |
Cluster.Builder.shardCapacity(Integer shardCapacity)
The capacity of each shard in the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.shardCount(Integer shardCount)
The number of shards in the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.status(Status status)
The status of the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.status(String status)
The status of the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.subnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.subnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.toBuilder() |
Cluster.Builder |
Cluster.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups associated with this cluster.
|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups associated with this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cluster.Builder> |
Cluster.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RestoreClusterFromSnapshotResponse.Builder |
RestoreClusterFromSnapshotResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Returns information about a the restored Elastic DocumentDB cluster.
|
default GetClusterResponse.Builder |
GetClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Returns information about a specific Elastic DocumentDB cluster.
|
default DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Returns information about the newly deleted Elastic DocumentDB cluster.
|
default CreateClusterResponse.Builder |
CreateClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
The new Elastic DocumentDB cluster that has been created.
|
default UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
Returns information about the updated Elastic DocumentDB cluster.
|
Copyright © 2023. All rights reserved.