Interface Table.DefinitionStages.WithRestoredLogs

All Known Subinterfaces:
Table.Definition, Table.DefinitionStages.WithCreate
Enclosing interface:
Table.DefinitionStages

public static interface Table.DefinitionStages.WithRestoredLogs
The stage of the Table definition allowing to specify restoredLogs.
  • Method Details

    • withRestoredLogs

      Table.DefinitionStages.WithCreate 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.