Interface Table.UpdateStages.WithRestoredLogs

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

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

    Modifier and Type
    Method
    Description
    Specifies the restoredLogs property: Parameters of the restore operation that initiated this table..
  • Method Details

    • withRestoredLogs

      Table.Update withRestoredLogs(RestoredLogs restoredLogs)
      Specifies the restoredLogs property: Parameters of the restore operation that initiated this table..
      Parameters:
      restoredLogs - Parameters of the restore operation that initiated this table.
      Returns:
      the next definition stage.