Uses of Interface
software.amazon.awssdk.services.redshift.model.ModifySnapshotCopyRetentionPeriodRequest.Builder
-
Packages that use ModifySnapshotCopyRetentionPeriodRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of ModifySnapshotCopyRetentionPeriodRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type ModifySnapshotCopyRetentionPeriodRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifySnapshotCopyRetentionPeriodResponse>RedshiftAsyncClient. modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.default ModifySnapshotCopyRetentionPeriodResponseRedshiftClient. modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region. -
Uses of ModifySnapshotCopyRetentionPeriodRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ModifySnapshotCopyRetentionPeriodRequest.Builder Modifier and Type Method Description static ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest. builder()ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest.Builder. clusterIdentifier(String clusterIdentifier)The unique identifier of the cluster for which you want to change the retention period for either automated or manual snapshots that are copied to a destination Amazon Web Services Region.ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest.Builder. manual(Boolean manual)Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest.Builder. retentionPeriod(Integer retentionPeriod)The number of days to retain automated snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.ModifySnapshotCopyRetentionPeriodRequest.BuilderModifySnapshotCopyRetentionPeriodRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ModifySnapshotCopyRetentionPeriodRequest.Builder Modifier and Type Method Description static Class<? extends ModifySnapshotCopyRetentionPeriodRequest.Builder>ModifySnapshotCopyRetentionPeriodRequest. serializableBuilderClass()
-