static RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.builder() |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.clusterName(String clusterName) |
The name of the elastic cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.shardCapacity(Integer shardCapacity) |
The capacity of each shard in the new restored elastic cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.shardInstanceCount(Integer shardInstanceCount) |
The number of replica instances applying to all shards in the elastic cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.snapshotArn(String snapshotArn) |
The ARN identifier of the elastic cluster snapshot.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.subnetIds(String... subnetIds) |
The Amazon EC2 subnet IDs for the elastic cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.subnetIds(Collection<String> subnetIds) |
The Amazon EC2 subnet IDs for the elastic cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.tags(Map<String,String> tags) |
A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value
pairs in which the key is the tag name and the value is the key value.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.toBuilder() |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the elastic cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the elastic cluster.
|