Interface ModifyClusterSnapshotScheduleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyClusterSnapshotScheduleRequest.Builder,ModifyClusterSnapshotScheduleRequest>,RedshiftRequest.Builder,SdkBuilder<ModifyClusterSnapshotScheduleRequest.Builder,ModifyClusterSnapshotScheduleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyClusterSnapshotScheduleRequest
public static interface ModifyClusterSnapshotScheduleRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterSnapshotScheduleRequest.Builder,ModifyClusterSnapshotScheduleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyClusterSnapshotScheduleRequest.BuilderclusterIdentifier(String clusterIdentifier)A unique identifier for the cluster whose snapshot schedule you want to modify.ModifyClusterSnapshotScheduleRequest.BuilderdisassociateSchedule(Boolean disassociateSchedule)A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.ModifyClusterSnapshotScheduleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyClusterSnapshotScheduleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyClusterSnapshotScheduleRequest.BuilderscheduleIdentifier(String scheduleIdentifier)A unique alphanumeric identifier for the schedule that you want to associate with the cluster.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
ModifyClusterSnapshotScheduleRequest.Builder clusterIdentifier(String clusterIdentifier)
A unique identifier for the cluster whose snapshot schedule you want to modify.
- Parameters:
clusterIdentifier- A unique identifier for the cluster whose snapshot schedule you want to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleIdentifier
ModifyClusterSnapshotScheduleRequest.Builder scheduleIdentifier(String scheduleIdentifier)
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
- Parameters:
scheduleIdentifier- A unique alphanumeric identifier for the schedule that you want to associate with the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disassociateSchedule
ModifyClusterSnapshotScheduleRequest.Builder disassociateSchedule(Boolean disassociateSchedule)
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
- Parameters:
disassociateSchedule- A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyClusterSnapshotScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyClusterSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-