Interface CastColumnTypeOperation.Builder

    • Method Detail

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

        CastColumnTypeOperation.Builder subType​(String 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:
        ColumnDataSubType, ColumnDataSubType
      • subType

        CastColumnTypeOperation.Builder subType​(ColumnDataSubType 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:
        ColumnDataSubType, ColumnDataSubType
      • format

        CastColumnTypeOperation.Builder format​(String 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.