Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.CopyClusterSnapshotRequest.Builder
-
Packages that use CopyClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters software.amazon.awssdk.services.docdbelastic.model -
-
Uses of CopyClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdbelastic
Method parameters in software.amazon.awssdk.services.docdbelastic with type arguments of type CopyClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CopyClusterSnapshotResponse>DocDbElasticAsyncClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies a snapshot of an elastic cluster.default CopyClusterSnapshotResponseDocDbElasticClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies a snapshot of an elastic cluster. -
Uses of CopyClusterSnapshotRequest.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return CopyClusterSnapshotRequest.Builder Modifier and Type Method Description static CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest. builder()CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. copyTags(Boolean copyTags)Set totrueto copy all tags from the source cluster snapshot to the target elastic cluster snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. kmsKeyId(String kmsKeyId)The Amazon Web Services KMS key ID for an encrypted elastic cluster snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. snapshotArn(String snapshotArn)The Amazon Resource Name (ARN) identifier of the elastic cluster snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. tags(Map<String,String> tags)The tags to be assigned to the elastic cluster snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest.Builder. targetSnapshotName(String targetSnapshotName)The identifier of the new elastic cluster snapshot to create from the source cluster snapshot.CopyClusterSnapshotRequest.BuilderCopyClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type CopyClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CopyClusterSnapshotRequest.Builder>CopyClusterSnapshotRequest. serializableBuilderClass()
-