Interface SqlPool.UpdateStages.WithSourceDatabaseId

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

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

    Modifier and Type
    Method
    Description
    withSourceDatabaseId(String sourceDatabaseId)
    Specifies the sourceDatabaseId property: Source database to create from.
  • Method Details

    • withSourceDatabaseId

      SqlPool.Update withSourceDatabaseId(String sourceDatabaseId)
      Specifies the sourceDatabaseId property: Source database to create from.
      Parameters:
      sourceDatabaseId - Source database to create from.
      Returns:
      the next definition stage.