| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterSnapshotResponse |
RedshiftClient.createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
default CompletableFuture<CreateClusterSnapshotResponse> |
RedshiftAsyncClient.createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.builder() |
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.clusterIdentifier(String clusterIdentifier)
The cluster identifier for which you want a snapshot.
|
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.snapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot that you are requesting.
|
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.tags(Collection<Tag> tags)
A list of tag instances.
|
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.Builder.tags(Tag... tags)
A list of tag instances.
|
CreateClusterSnapshotRequest.Builder |
CreateClusterSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateClusterSnapshotRequest.Builder> |
CreateClusterSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.