Interface ColumnSchema.Builder

  • Method Details

    • name

      The name of the column schema.

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

      ColumnSchema.Builder dataType(String dataType)

      The data type of the column schema.

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

      ColumnSchema.Builder geographicRole(String geographicRole)

      The geographic role of the column schema.

      Parameters:
      geographicRole - The geographic role of the column schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.