ToCopyableBuilder<ClusterSnapshotCopyStatus.Builder,ClusterSnapshotCopyStatus>
@Generated("software.amazon.awssdk:codegen") public class ClusterSnapshotCopyStatus extends Object implements ToCopyableBuilder<ClusterSnapshotCopyStatus.Builder,ClusterSnapshotCopyStatus>
Returns the destination region and retention period that are configured for cross-region snapshot copy.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterSnapshotCopyStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClusterSnapshotCopyStatus.Builder |
builder() |
|
String |
destinationRegion() |
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
retentionPeriod() |
The number of days that automated snapshots are retained in the destination region after they are copied from a
source region.
|
static Class<? extends ClusterSnapshotCopyStatus.Builder> |
serializableBuilderClass() |
|
String |
snapshotCopyGrantName() |
The name of the snapshot copy grant.
|
ClusterSnapshotCopyStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String destinationRegion()
The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.
public Long retentionPeriod()
The number of days that automated snapshots are retained in the destination region after they are copied from a source region.
public String snapshotCopyGrantName()
The name of the snapshot copy grant.
public ClusterSnapshotCopyStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterSnapshotCopyStatus.Builder,ClusterSnapshotCopyStatus>
public static ClusterSnapshotCopyStatus.Builder builder()
public static Class<? extends ClusterSnapshotCopyStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.