public static interface CreateClusterSnapshotRequest.Builder extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<CreateClusterSnapshotRequest.Builder,CreateClusterSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateClusterSnapshotRequest.Builder |
clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.
|
CreateClusterSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateClusterSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateClusterSnapshotRequest.Builder |
snapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
CreateClusterSnapshotRequest.Builder |
tags(Map<String,String> tags)
The tags to be assigned to the new Elastic DocumentDB snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateClusterSnapshotRequest.Builder clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.
clusterArn - The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.CreateClusterSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
snapshotName - The name of the Elastic DocumentDB snapshot.CreateClusterSnapshotRequest.Builder tags(Map<String,String> tags)
The tags to be assigned to the new Elastic DocumentDB snapshot.
tags - The tags to be assigned to the new Elastic DocumentDB snapshot.CreateClusterSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateClusterSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.