| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterSnapshotCopyStatus.Builder |
ClusterSnapshotCopyStatus.builder() |
ClusterSnapshotCopyStatus.Builder |
ClusterSnapshotCopyStatus.Builder.destinationRegion(String destinationRegion)
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
|
ClusterSnapshotCopyStatus.Builder |
ClusterSnapshotCopyStatus.Builder.manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that automated snapshots are retained in the destination region after they are copied from
a source region.
|
ClusterSnapshotCopyStatus.Builder |
ClusterSnapshotCopyStatus.Builder.retentionPeriod(Long retentionPeriod)
The number of days that automated snapshots are retained in the destination region after they are copied from
a source region.
|
ClusterSnapshotCopyStatus.Builder |
ClusterSnapshotCopyStatus.Builder.snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
ClusterSnapshotCopyStatus.Builder |
ClusterSnapshotCopyStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterSnapshotCopyStatus.Builder> |
ClusterSnapshotCopyStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.clusterSnapshotCopyStatus(Consumer<ClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)
A value that returns the destination region and retention period that are configured for cross-region
snapshot copy.
|
Copyright © 2022. All rights reserved.