Uses of Interface
software.amazon.awssdk.services.rds.model.CopyDbSnapshotRequest.Builder
Packages that use CopyDbSnapshotRequest.Builder
Package
Description
-
Uses of CopyDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CopyDbSnapshotRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CopyDbSnapshotResponse>RdsAsyncClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest) Copies the specified DB snapshot.default CopyDbSnapshotResponseRdsClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest) Copies the specified DB snapshot. -
Uses of CopyDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CopyDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionCopyDbSnapshotRequest.builder()CopyDbSnapshotRequest.Builder.copyOptionGroup(Boolean copyOptionGroup) Specifies whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot.Specifies whether to copy all tags from the source DB snapshot to the target DB snapshot.The Amazon Web Services KMS key identifier for an encrypted DB snapshot.CopyDbSnapshotRequest.Builder.optionGroupName(String optionGroupName) The name of an option group to associate with the copy of the snapshot.CopyDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopyDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CopyDbSnapshotRequest.Builder.preSignedUrl(String preSignedUrl) When you are copying a snapshot from one Amazon Web Services GovCloud (US) Region to another, the URL that contains a Signature Version 4 signed request for theCopyDBSnapshotAPI operation in the source Amazon Web Services Region that contains the source DB snapshot to copy.CopyDbSnapshotRequest.Builder.snapshotAvailabilityZone(String snapshotAvailabilityZone) Specifies the name of the Availability Zone where RDS stores the DB snapshot.CopyDbSnapshotRequest.Builder.snapshotTarget(String snapshotTarget) Configures the location where RDS will store copied snapshots.CopyDbSnapshotRequest.Builder.sourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier) The identifier for the source DB snapshot.CopyDbSnapshotRequest.Builder.sourceRegion(String sourceRegion) If PreSignedUrl is not specified, this is the region where the source snapshot is located.CopyDbSnapshotRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CopyDbSnapshotRequest.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.CopyDbSnapshotRequest.Builder.targetCustomAvailabilityZone(String targetCustomAvailabilityZone) The external custom Availability Zone (CAZ) identifier for the target CAZ.CopyDbSnapshotRequest.Builder.targetDBSnapshotIdentifier(String targetDBSnapshotIdentifier) The identifier for the copy of the snapshot.CopyDbSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CopyDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyDbSnapshotRequest.Builder>CopyDbSnapshotRequest.serializableBuilderClass()