Cluster.Builder |
Cluster.Builder.adminUserName(String adminUserName) |
The name of the elastic cluster administrator.
|
Cluster.Builder |
Cluster.Builder.authType(String authType) |
The authentication type for the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.authType(Auth authType) |
The authentication type for the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) |
The number of days for which automatic snapshots are retained.
|
static Cluster.Builder |
Cluster.builder() |
|
Cluster.Builder |
Cluster.Builder.clusterArn(String clusterArn) |
The ARN identifier of the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.clusterEndpoint(String clusterEndpoint) |
The URL used to connect to the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName) |
The name of the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.createTime(String createTime) |
The time when the elastic 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 cluster.
|
Cluster.Builder |
Cluster.Builder.preferredBackupWindow(String preferredBackupWindow) |
The daily time range during which automated backups are created if automated backups are enabled, as
determined by backupRetentionPeriod.
|
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 number of vCPUs assigned to each elastic cluster shard.
|
Cluster.Builder |
Cluster.Builder.shardCount(Integer shardCount) |
The number of shards assigned to the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.shardInstanceCount(Integer shardInstanceCount) |
The number of replica instances applying to all shards in the cluster.
|
Cluster.Builder |
Cluster.Builder.shards(Collection<Shard> shards) |
The total number of shards in the cluster.
|
Cluster.Builder |
Cluster.Builder.shards(Consumer<Shard.Builder>... shards) |
The total number of shards in the cluster.
|
Cluster.Builder |
Cluster.Builder.shards(Shard... shards) |
The total number of shards in the cluster.
|
Cluster.Builder |
Cluster.Builder.status(String status) |
The status of the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.status(Status status) |
The status of the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.subnetIds(String... subnetIds) |
The Amazon EC2 subnet IDs for the elastic cluster.
|
Cluster.Builder |
Cluster.Builder.subnetIds(Collection<String> subnetIds) |
The Amazon EC2 subnet IDs for the elastic cluster.
|
Cluster.Builder |
Cluster.toBuilder() |
|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups associated with thie elastic cluster.
|
Cluster.Builder |
Cluster.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups associated with thie elastic cluster.
|