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 Details

    • 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

      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.