Interface Table.Builder

    • Method Detail

      • description

        Table.Builder description​(String description)

        The description for the table.

        Parameters:
        description - The description for the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        Table.Builder tableName​(String tableName)

        The name of the table.

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

        Table.Builder tableProperties​(Collection<TablePropertyDescription> tableProperties)

        The properties for the table.

        Parameters:
        tableProperties - The properties for the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableProperties

        Table.Builder tableProperties​(TablePropertyDescription... tableProperties)

        The properties for the table.

        Parameters:
        tableProperties - The properties for the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.