| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.clone() |
Cluster |
UpdateClusterResult.getCluster()
Returns information about the updated Elastic DocumentDB cluster.
|
Cluster |
GetClusterResult.getCluster()
Returns information about a specific Elastic DocumentDB cluster.
|
Cluster |
CreateClusterResult.getCluster()
The new Elastic DocumentDB cluster that has been created.
|
Cluster |
RestoreClusterFromSnapshotResult.getCluster()
Returns information about a the restored Elastic DocumentDB cluster.
|
Cluster |
DeleteClusterResult.getCluster()
Returns information about the newly deleted Elastic DocumentDB cluster.
|
Cluster |
Cluster.withAdminUserName(String adminUserName)
The name of the Elastic DocumentDB cluster administrator.
|
Cluster |
Cluster.withAuthType(Auth authType)
The authentication type for the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withAuthType(String authType)
The authentication type for the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withClusterEndpoint(String clusterEndpoint)
The URL used to connect to the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withClusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withCreateTime(String createTime)
The time when the Elastic DocumentDB cluster was created in Universal Coordinated Time (UTC).
|
Cluster |
Cluster.withKmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
Cluster |
Cluster.withShardCapacity(Integer shardCapacity)
The capacity of each shard in the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withShardCount(Integer shardCount)
The number of shards in the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withStatus(Status status)
The status of the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withStatus(String status)
The status of the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withSubnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withSubnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
Cluster |
Cluster.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups associated with this cluster.
|
Cluster |
Cluster.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups associated with this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateClusterResult.setCluster(Cluster cluster)
Returns information about the updated Elastic DocumentDB cluster.
|
void |
GetClusterResult.setCluster(Cluster cluster)
Returns information about a specific Elastic DocumentDB cluster.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
The new Elastic DocumentDB cluster that has been created.
|
void |
RestoreClusterFromSnapshotResult.setCluster(Cluster cluster)
Returns information about a the restored Elastic DocumentDB cluster.
|
void |
DeleteClusterResult.setCluster(Cluster cluster)
Returns information about the newly deleted Elastic DocumentDB cluster.
|
UpdateClusterResult |
UpdateClusterResult.withCluster(Cluster cluster)
Returns information about the updated Elastic DocumentDB cluster.
|
GetClusterResult |
GetClusterResult.withCluster(Cluster cluster)
Returns information about a specific Elastic DocumentDB cluster.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The new Elastic DocumentDB cluster that has been created.
|
RestoreClusterFromSnapshotResult |
RestoreClusterFromSnapshotResult.withCluster(Cluster cluster)
Returns information about a the restored Elastic DocumentDB cluster.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
Returns information about the newly deleted Elastic DocumentDB cluster.
|
Copyright © 2023. All rights reserved.