public static interface AwsRedshiftClusterResizeInfo.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterResizeInfo.Builder,AwsRedshiftClusterResizeInfo>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterResizeInfo.Builder |
allowCancelResize(Boolean allowCancelResize)
Indicates whether the resize operation can be canceled.
|
AwsRedshiftClusterResizeInfo.Builder |
resizeType(String resizeType)
The type of resize operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterResizeInfo.Builder allowCancelResize(Boolean allowCancelResize)
Indicates whether the resize operation can be canceled.
allowCancelResize - Indicates whether the resize operation can be canceled.AwsRedshiftClusterResizeInfo.Builder resizeType(String resizeType)
The type of resize operation.
Valid values: ClassicResize
resizeType - The type of resize operation.
Valid values: ClassicResize
Copyright © 2023. All rights reserved.