| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
AwsRedshiftClusterClusterSnapshotCopyStatus.builder() |
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder.destinationRegion(String destinationRegion)
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
|
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder.manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that manual snapshots are retained in the destination Region after they are copied from a
source Region.
|
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder.retentionPeriod(Integer retentionPeriod)
The number of days to retain automated snapshots in the destination Region after they are copied from a
source Region.
|
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder.snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
AwsRedshiftClusterClusterSnapshotCopyStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> |
AwsRedshiftClusterClusterSnapshotCopyStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsRedshiftClusterDetails.Builder |
AwsRedshiftClusterDetails.Builder.clusterSnapshotCopyStatus(Consumer<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)
Information about the destination Region and retention period for the cross-Region snapshot copy.
|
Copyright © 2023. All rights reserved.