Interface Column.Builder

    • Method Detail

      • name

        Column.Builder name​(String name)

        The name of the Column.

        Parameters:
        name - The name of the Column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Column.Builder type​(String type)

        The data type of the Column.

        Parameters:
        type - The data type of the Column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comment

        Column.Builder comment​(String comment)

        A free-form text comment.

        Parameters:
        comment - A free-form text comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        Column.Builder parameters​(Map<String,​String> parameters)

        These key-value pairs define properties associated with the column.

        Parameters:
        parameters - These key-value pairs define properties associated with the column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.