Uses of Interface
software.amazon.awssdk.services.rds.model.CopyDbClusterSnapshotRequest.Builder
Packages that use CopyDbClusterSnapshotRequest.Builder
Package
Description
-
Uses of CopyDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CopyDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest) Copies a snapshot of a DB cluster.default CopyDbClusterSnapshotResponseRdsClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest) Copies a snapshot of a DB cluster. -
Uses of CopyDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CopyDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionCopyDbClusterSnapshotRequest.builder()Specifies whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot.The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot.CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CopyDbClusterSnapshotRequest.Builder.preSignedUrl(String preSignedUrl) When you are copying a DB cluster snapshot from one Amazon Web Services GovCloud (US) Region to another, the URL that contains a Signature Version 4 signed request for theCopyDBClusterSnapshotAPI operation in the Amazon Web Services Region that contains the source DB cluster snapshot to copy.CopyDbClusterSnapshotRequest.Builder.sourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier) The identifier of the DB cluster snapshot to copy.CopyDbClusterSnapshotRequest.Builder.sourceRegion(String sourceRegion) If PreSignedUrl is not specified, this is the region where the source snapshot is located.CopyDbClusterSnapshotRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CopyDbClusterSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CopyDbClusterSnapshotRequest.Builder.targetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier) The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.CopyDbClusterSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CopyDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyDbClusterSnapshotRequest.Builder>CopyDbClusterSnapshotRequest.serializableBuilderClass()