Interface AwsRedshiftClusterResizeInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>,SdkBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterResizeInfo
public static interface AwsRedshiftClusterResizeInfo.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterResizeInfo.BuilderallowCancelResize(Boolean allowCancelResize)Indicates whether the resize operation can be canceled.AwsRedshiftClusterResizeInfo.BuilderresizeType(String resizeType)The type of resize operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
allowCancelResize
AwsRedshiftClusterResizeInfo.Builder allowCancelResize(Boolean allowCancelResize)
Indicates whether the resize operation can be canceled.
- Parameters:
allowCancelResize- Indicates whether the resize operation can be canceled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resizeType
AwsRedshiftClusterResizeInfo.Builder resizeType(String resizeType)
The type of resize operation.
Valid values:
ClassicResize- Parameters:
resizeType- The type of resize operation.Valid values:
ClassicResize- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-