Uses of Interface
software.amazon.awssdk.services.redshift.model.ModifyClusterSnapshotRequest.Builder
-
Packages that use ModifyClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of ModifyClusterSnapshotRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type ModifyClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyClusterSnapshotResponse>RedshiftAsyncClient. modifyClusterSnapshot(Consumer<ModifyClusterSnapshotRequest.Builder> modifyClusterSnapshotRequest)Modifies the settings for a snapshot.default ModifyClusterSnapshotResponseRedshiftClient. modifyClusterSnapshot(Consumer<ModifyClusterSnapshotRequest.Builder> modifyClusterSnapshotRequest)Modifies the settings for a snapshot. -
Uses of ModifyClusterSnapshotRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ModifyClusterSnapshotRequest.Builder Modifier and Type Method Description static ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest. builder()ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest.Builder. force(Boolean force)A Boolean option to override an exception if the retention period has already passed.ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest.Builder. manualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)The number of days that a manual snapshot is retained.ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest.Builder. snapshotIdentifier(String snapshotIdentifier)The identifier of the snapshot whose setting you want to modify.ModifyClusterSnapshotRequest.BuilderModifyClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ModifyClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends ModifyClusterSnapshotRequest.Builder>ModifyClusterSnapshotRequest. serializableBuilderClass()
-