| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
default CopyDbClusterSnapshotResponse |
DocDbClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a cluster.
|
default CompletableFuture<CopyDbClusterSnapshotResponse> |
DocDbAsyncClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.builder() |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.copyTags(Boolean copyTags)
Set to
true to copy all tags from the source cluster snapshot to the target cluster snapshot,
and otherwise false. |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
The KMS key ID for an encrypted 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)
The URL that contains a Signature Version 4 signed request for the
CopyDBClusterSnapshot API
action in the Region that contains the source cluster snapshot to copy. |
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.sourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the 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)
The tags to be assigned to the cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.targetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new cluster snapshot to create from the source cluster snapshot.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyDbClusterSnapshotRequest.Builder> |
CopyDbClusterSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.