@Generated(value="software.amazon.awssdk:codegen") public final class AwsRedshiftClusterClusterSnapshotCopyStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder,AwsRedshiftClusterClusterSnapshotCopyStatus>
You can configure Amazon Redshift to copy snapshots for a cluster to another Amazon Web Services Region. This parameter provides information about a cross-Region snapshot copy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
builder() |
String |
destinationRegion()
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
manualSnapshotRetentionPeriod()
The number of days that manual snapshots are retained in the destination Region after they are copied from a
source Region.
|
Integer |
retentionPeriod()
The number of days to retain automated snapshots in the destination Region after they are copied from a source
Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> |
serializableBuilderClass() |
String |
snapshotCopyGrantName()
The name of the snapshot copy grant.
|
AwsRedshiftClusterClusterSnapshotCopyStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationRegion()
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
public final 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
If the value is -1, then the manual snapshot is retained indefinitely.
Valid values: Either -1 or an integer between 1 and 3,653
public final Integer retentionPeriod()
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
public final String snapshotCopyGrantName()
The name of the snapshot copy grant.
public AwsRedshiftClusterClusterSnapshotCopyStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder,AwsRedshiftClusterClusterSnapshotCopyStatus>public static AwsRedshiftClusterClusterSnapshotCopyStatus.Builder builder()
public static Class<? extends AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.