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
Modifier and TypeMethodDescriptionallowCancelResize(Boolean allowCancelResize) Indicates whether the resize operation can be canceled.resizeType(String resizeType) The type of resize operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -