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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.preSignedUrl(String preSignedUrl) |
The URL that contains a Signature Version 4 signed request for theCopyDBClusterSnapshot API
action in the Amazon Web Services 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() |
|