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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyClusterSnapshotScheduleRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyClusterSnapshotScheduleRequest.Builder
scheduleIdentifier(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, sdkFieldNameToField, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyClusterSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-