Interface CastColumnTypeOperation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CastColumnTypeOperation.Builder,CastColumnTypeOperation>, SdkBuilder<CastColumnTypeOperation.Builder,CastColumnTypeOperation>, SdkPojo
Enclosing class:
CastColumnTypeOperation

public static interface CastColumnTypeOperation.Builder extends SdkPojo, CopyableBuilder<CastColumnTypeOperation.Builder,CastColumnTypeOperation>
  • Method Details

    • columnName

      CastColumnTypeOperation.Builder columnName(String columnName)

      Column name.

      Parameters:
      columnName - Column name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newColumnType

      CastColumnTypeOperation.Builder newColumnType(String newColumnType)

      New column data type.

      Parameters:
      newColumnType - New column data type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • newColumnType

      CastColumnTypeOperation.Builder newColumnType(ColumnDataType newColumnType)

      New column data type.

      Parameters:
      newColumnType - New column data type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subType

      The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.

      Parameters:
      subType - The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subType

      The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.

      Parameters:
      subType - The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

      Parameters:
      format - When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.