Uses of Interface
software.amazon.awssdk.services.redshift.model.ClusterSnapshotCopyStatus.Builder
-
Packages that use ClusterSnapshotCopyStatus.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterSnapshotCopyStatus.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterSnapshotCopyStatus.Builder Modifier and Type Method Description static ClusterSnapshotCopyStatus.BuilderClusterSnapshotCopyStatus. builder()ClusterSnapshotCopyStatus.BuilderClusterSnapshotCopyStatus.Builder. destinationRegion(String destinationRegion)The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.ClusterSnapshotCopyStatus.BuilderClusterSnapshotCopyStatus.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.BuilderClusterSnapshotCopyStatus.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.BuilderClusterSnapshotCopyStatus.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.ClusterSnapshotCopyStatus.BuilderClusterSnapshotCopyStatus. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterSnapshotCopyStatus.Builder Modifier and Type Method Description static Class<? extends ClusterSnapshotCopyStatus.Builder>ClusterSnapshotCopyStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterSnapshotCopyStatus.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. clusterSnapshotCopyStatus(Consumer<ClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
-