Uses of Interface
software.amazon.awssdk.services.redshift.model.BatchModifyClusterSnapshotsRequest.Builder
-
Packages that use BatchModifyClusterSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of BatchModifyClusterSnapshotsRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type BatchModifyClusterSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchModifyClusterSnapshotsResponse>RedshiftAsyncClient. batchModifyClusterSnapshots(Consumer<BatchModifyClusterSnapshotsRequest.Builder> batchModifyClusterSnapshotsRequest)Modifies the settings for a set of cluster snapshots.default BatchModifyClusterSnapshotsResponseRedshiftClient. batchModifyClusterSnapshots(Consumer<BatchModifyClusterSnapshotsRequest.Builder> batchModifyClusterSnapshotsRequest)Modifies the settings for a set of cluster snapshots. -
Uses of BatchModifyClusterSnapshotsRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return BatchModifyClusterSnapshotsRequest.Builder Modifier and Type Method Description static BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest. builder()BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest.Builder. force(Boolean force)A boolean value indicating whether to override an exception if the retention period has passed.BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest.Builder. manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)The number of days that a manual snapshot is retained.BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest.Builder. snapshotIdentifierList(String... snapshotIdentifierList)A list of snapshot identifiers you want to modify.BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest.Builder. snapshotIdentifierList(Collection<String> snapshotIdentifierList)A list of snapshot identifiers you want to modify.BatchModifyClusterSnapshotsRequest.BuilderBatchModifyClusterSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type BatchModifyClusterSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends BatchModifyClusterSnapshotsRequest.Builder>BatchModifyClusterSnapshotsRequest. serializableBuilderClass()
-