public static interface AwsRedshiftClusterClusterSnapshotCopyStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder,AwsRedshiftClusterClusterSnapshotCopyStatus>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
destinationRegion(String destinationRegion)
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
|
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 |
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 |
snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterClusterSnapshotCopyStatus.Builder destinationRegion(String destinationRegion)
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
destinationRegion - The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is
enabled.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.
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
manualSnapshotRetentionPeriod - The number of days that manual snapshots are retained in the destination Region after they are copied
from a source Region.
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
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.
retentionPeriod - The number of days to retain automated snapshots in the destination Region after they are copied from
a source Region.AwsRedshiftClusterClusterSnapshotCopyStatus.Builder snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
snapshotCopyGrantName - The name of the snapshot copy grant.Copyright © 2023. All rights reserved.