| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchModifyClusterSnapshotsResponse |
RedshiftClient.batchModifyClusterSnapshots(Consumer<BatchModifyClusterSnapshotsRequest.Builder> batchModifyClusterSnapshotsRequest)
Modifies the settings for a set of cluster snapshots.
|
default CompletableFuture<BatchModifyClusterSnapshotsResponse> |
RedshiftAsyncClient.batchModifyClusterSnapshots(Consumer<BatchModifyClusterSnapshotsRequest.Builder> batchModifyClusterSnapshotsRequest)
Modifies the settings for a set of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.builder() |
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.Builder.force(Boolean force)
A boolean value indicating whether to override an exception if the retention period has passed.
|
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.Builder.manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.Builder.snapshotIdentifierList(Collection<String> snapshotIdentifierList)
A list of snapshot identifiers you want to modify.
|
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.Builder.snapshotIdentifierList(String... snapshotIdentifierList)
A list of snapshot identifiers you want to modify.
|
BatchModifyClusterSnapshotsRequest.Builder |
BatchModifyClusterSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchModifyClusterSnapshotsRequest.Builder> |
BatchModifyClusterSnapshotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.