public static interface ModifyClusterSnapshotScheduleRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterSnapshotScheduleRequest.Builder,ModifyClusterSnapshotScheduleRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyClusterSnapshotScheduleRequest.Builder |
clusterIdentifier(String clusterIdentifier)
A unique identifier for the cluster whose snapshot schedule you want to modify.
|
ModifyClusterSnapshotScheduleRequest.Builder |
disassociateSchedule(Boolean disassociateSchedule)
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
|
ModifyClusterSnapshotScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyClusterSnapshotScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyClusterSnapshotScheduleRequest.Builder |
scheduleIdentifier(String scheduleIdentifier)
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyClusterSnapshotScheduleRequest.Builder clusterIdentifier(String clusterIdentifier)
A unique identifier for the cluster whose snapshot schedule you want to modify.
clusterIdentifier - A unique identifier for the cluster whose snapshot schedule you want to modify.ModifyClusterSnapshotScheduleRequest.Builder scheduleIdentifier(String scheduleIdentifier)
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
scheduleIdentifier - A unique alphanumeric identifier for the schedule that you want to associate with the cluster.ModifyClusterSnapshotScheduleRequest.Builder disassociateSchedule(Boolean disassociateSchedule)
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
disassociateSchedule - A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.ModifyClusterSnapshotScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyClusterSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.