static RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.builder() |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.clusterName(String clusterName) |
The name of the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.snapshotArn(String snapshotArn) |
The arn of the Elastic DocumentDB snapshot.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.subnetIds(String... subnetIds) |
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.subnetIds(Collection<String> subnetIds) |
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.tags(Map<String,String> tags) |
A list of the tag names to be assigned to the restored DB 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 DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
RestoreClusterFromSnapshotRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
|