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)
Add an optional request override configuration.
|
ModifyClusterSnapshotScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyClusterSnapshotScheduleRequest.Builder |
scheduleIdentifier(String scheduleIdentifier)
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyClusterSnapshotScheduleRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyClusterSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.