Interface AwsRedshiftClusterResizeInfo.Builder

    • 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.