Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterSnapshotCopyStatus.Builder
-
Packages that use AwsRedshiftClusterClusterSnapshotCopyStatus.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterSnapshotCopyStatus.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterClusterSnapshotCopyStatus.Builder Modifier and Type Method Description static AwsRedshiftClusterClusterSnapshotCopyStatus.BuilderAwsRedshiftClusterClusterSnapshotCopyStatus. builder()AwsRedshiftClusterClusterSnapshotCopyStatus.BuilderAwsRedshiftClusterClusterSnapshotCopyStatus.Builder. destinationRegion(String destinationRegion)The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.AwsRedshiftClusterClusterSnapshotCopyStatus.BuilderAwsRedshiftClusterClusterSnapshotCopyStatus.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.BuilderAwsRedshiftClusterClusterSnapshotCopyStatus.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.BuilderAwsRedshiftClusterClusterSnapshotCopyStatus.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.AwsRedshiftClusterClusterSnapshotCopyStatus.BuilderAwsRedshiftClusterClusterSnapshotCopyStatus. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterSnapshotCopyStatus.Builder Modifier and Type Method Description static Class<? extends AwsRedshiftClusterClusterSnapshotCopyStatus.Builder>AwsRedshiftClusterClusterSnapshotCopyStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterClusterSnapshotCopyStatus.Builder Modifier and Type Method Description default AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterSnapshotCopyStatus(Consumer<AwsRedshiftClusterClusterSnapshotCopyStatus.Builder> clusterSnapshotCopyStatus)Information about the destination Region and retention period for the cross-Region snapshot copy.
-