Interface SqlPool.DefinitionStages.WithRestorePointInTime

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

public static interface SqlPool.DefinitionStages.WithRestorePointInTime
The stage of the SqlPool definition allowing to specify restorePointInTime.
  • Method Details

    • withRestorePointInTime

      SqlPool.DefinitionStages.WithCreate withRestorePointInTime(OffsetDateTime restorePointInTime)
      Specifies the restorePointInTime property: Snapshot time to restore.
      Parameters:
      restorePointInTime - Snapshot time to restore.
      Returns:
      the next definition stage.