Interface ColumnSchema.Builder

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

public static interface ColumnSchema.Builder extends SdkPojo, CopyableBuilder<ColumnSchema.Builder,ColumnSchema>
  • 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.