Interface Table.UpdateStages.WithPlan

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

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

    Modifier and Type
    Method
    Description
    Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..
  • Method Details

    • withPlan

      Table.Update withPlan(TablePlanEnum plan)
      Specifies the plan property: Instruct the system how to handle and charge the logs ingested to this table..
      Parameters:
      plan - Instruct the system how to handle and charge the logs ingested to this table.
      Returns:
      the next definition stage.