public static interface RestoreClusterFromSnapshotRequest.Builder extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<RestoreClusterFromSnapshotRequest.Builder,RestoreClusterFromSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreClusterFromSnapshotRequest.Builder |
clusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
kmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreClusterFromSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RestoreClusterFromSnapshotRequest.Builder |
snapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
|
RestoreClusterFromSnapshotRequest.Builder |
subnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
subnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
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 |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest.Builder |
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreClusterFromSnapshotRequest.Builder clusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
clusterName - The name of the Elastic DocumentDB cluster.RestoreClusterFromSnapshotRequest.Builder kmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key.
If an encryption key is not specified here, Elastic DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
kmsKeyId - The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key.
If an encryption key is not specified here, Elastic DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.
RestoreClusterFromSnapshotRequest.Builder snapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
snapshotArn - The arn of the Elastic DocumentDB snapshot.RestoreClusterFromSnapshotRequest.Builder subnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
subnetIds - The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.RestoreClusterFromSnapshotRequest.Builder subnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
subnetIds - The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.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.
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 vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
vpcSecurityGroupIds - A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.RestoreClusterFromSnapshotRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
vpcSecurityGroupIds - A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.RestoreClusterFromSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreClusterFromSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.