| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default CopyClusterSnapshotResponse |
RedshiftClient.copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
default CompletableFuture<CopyClusterSnapshotResponse> |
RedshiftAsyncClient.copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.builder() |
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.Builder.manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.Builder.sourceSnapshotClusterIdentifier(String sourceSnapshotClusterIdentifier)
The identifier of the cluster the source snapshot was created from.
|
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.Builder.sourceSnapshotIdentifier(String sourceSnapshotIdentifier)
The identifier for the source snapshot.
|
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.Builder.targetSnapshotIdentifier(String targetSnapshotIdentifier)
The identifier given to the new manual snapshot.
|
CopyClusterSnapshotRequest.Builder |
CopyClusterSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyClusterSnapshotRequest.Builder> |
CopyClusterSnapshotRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.