| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default CopyDbClusterSnapshotResponse |
RdsClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a DB cluster.
|
default CompletableFuture<CopyDbClusterSnapshotResponse> |
RdsAsyncClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.builder() |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.copyTags(Boolean copyTags)
A value that indicates whether to copy all tags from the source DB cluster snapshot to the target DB cluster
snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyDbClusterSnapshotRequest.Builder |
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 the
CopyDBClusterSnapshot API
operation in the Amazon Web Services Region that contains the source DB cluster snapshot to copy. |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.sourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.sourceRegion(String sourceRegion)
If PreSignedUrl is not specified, this is the region where the source snapshot is located.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.targetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyDbClusterSnapshotRequest.Builder> |
CopyDbClusterSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.