Interface SqlPool.UpdateStages.WithRecoverableDatabaseId

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

public static interface SqlPool.UpdateStages.WithRecoverableDatabaseId
The stage of the SqlPool update allowing to specify recoverableDatabaseId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRecoverableDatabaseId(String recoverableDatabaseId)
    Specifies the recoverableDatabaseId property: Backup database to restore from.
  • Method Details

    • withRecoverableDatabaseId

      SqlPool.Update withRecoverableDatabaseId(String recoverableDatabaseId)
      Specifies the recoverableDatabaseId property: Backup database to restore from.
      Parameters:
      recoverableDatabaseId - Backup database to restore from.
      Returns:
      the next definition stage.