Interface Table.UpdateStages.WithSchema

All Known Subinterfaces:
Table.Update
Enclosing interface:
Table.UpdateStages

public static interface Table.UpdateStages.WithSchema
The stage of the Table update allowing to specify schema.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the schema property: Table schema..
  • Method Details

    • withSchema

      Table.Update withSchema(Schema schema)
      Specifies the schema property: Table schema..
      Parameters:
      schema - Table schema.
      Returns:
      the next definition stage.