Interface SchemaFieldConfig.Builder

Enclosing class:
SchemaFieldConfig

public static interface SchemaFieldConfig.Builder
Builder helper class.
  • Method Details

    • dtype

      SchemaFieldConfig dtype(@Nonnull ColumnType dtype)
      Set the dtype of this SchemaFieldConfig instance.
      Parameters:
      dtype - The data type of the target column. Supported types are ['string', 'numeric', 'date'].
      Returns:
      The SchemaFieldConfig instance.