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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlPool.Update
withSourceDatabaseId(String sourceDatabaseId)
Specifies the sourceDatabaseId property: Source database to create from.
-
-
-
Method Detail
-
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.
-
-