Cluster.Builder |
Cluster.Builder.adminUserName(String adminUserName) |
The name of the Elastic DocumentDB cluster administrator.
|
Cluster.Builder |
Cluster.Builder.authType(String authType) |
The authentication type for the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.authType(Auth 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(String status) |
The status of the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.status(Status status) |
The status of the Elastic DocumentDB cluster.
|
Cluster.Builder |
Cluster.Builder.subnetIds(String... subnetIds) |
The Amazon EC2 subnet IDs for 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.toBuilder() |
|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups associated with this cluster.
|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups associated with this cluster.
|