| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifySnapshotCopyRetentionPeriodResponse |
RedshiftClient.modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
default CompletableFuture<ModifySnapshotCopyRetentionPeriodResponse> |
RedshiftAsyncClient.modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.builder() |
ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.Builder.clusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which you want to change the retention period for either automated
or manual snapshots that are copied to a destination Amazon Web Services Region.
|
ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.Builder.manual(Boolean manual)
Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of
automated snapshots.
|
ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.Builder.retentionPeriod(Integer retentionPeriod)
The number of days to retain automated snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
ModifySnapshotCopyRetentionPeriodRequest.Builder |
ModifySnapshotCopyRetentionPeriodRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifySnapshotCopyRetentionPeriodRequest.Builder> |
ModifySnapshotCopyRetentionPeriodRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.