SqlPool.DefinitionStages.WithSourceDatabaseId Interface
public static interface SqlPool.DefinitionStages.WithSourceDatabaseId
The stage of the SqlPool definition allowing to specify sourceDatabaseId.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSourceDatabaseId(String sourceDatabaseId)
Specifies the source |
Method Details
withSourceDatabaseId
public abstract SqlPool.DefinitionStages.WithCreate withSourceDatabaseId(String sourceDatabaseId)
Specifies the sourceDatabaseId property: Source database to create from.
Parameters:
Returns: