static CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.builder() |
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.copyTags(Boolean copyTags) |
Specifies 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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() |
|