Uses of Interface
software.amazon.awssdk.services.redshift.model.ModifyClusterSnapshotScheduleRequest.Builder
-
Packages that use ModifyClusterSnapshotScheduleRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of ModifyClusterSnapshotScheduleRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type ModifyClusterSnapshotScheduleRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyClusterSnapshotScheduleResponse>RedshiftAsyncClient. modifyClusterSnapshotSchedule(Consumer<ModifyClusterSnapshotScheduleRequest.Builder> modifyClusterSnapshotScheduleRequest)Modifies a snapshot schedule for a cluster.default ModifyClusterSnapshotScheduleResponseRedshiftClient. modifyClusterSnapshotSchedule(Consumer<ModifyClusterSnapshotScheduleRequest.Builder> modifyClusterSnapshotScheduleRequest)Modifies a snapshot schedule for a cluster. -
Uses of ModifyClusterSnapshotScheduleRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ModifyClusterSnapshotScheduleRequest.Builder Modifier and Type Method Description static ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest. builder()ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest.Builder. clusterIdentifier(String clusterIdentifier)A unique identifier for the cluster whose snapshot schedule you want to modify.ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest.Builder. disassociateSchedule(Boolean disassociateSchedule)A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest.Builder. scheduleIdentifier(String scheduleIdentifier)A unique alphanumeric identifier for the schedule that you want to associate with the cluster.ModifyClusterSnapshotScheduleRequest.BuilderModifyClusterSnapshotScheduleRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ModifyClusterSnapshotScheduleRequest.Builder Modifier and Type Method Description static Class<? extends ModifyClusterSnapshotScheduleRequest.Builder>ModifyClusterSnapshotScheduleRequest. serializableBuilderClass()
-