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 WithCreate withSourceDatabaseId(String sourceDatabaseId)

Specifies the sourceDatabaseId property: Source database to create from.

Method Details

withSourceDatabaseId

public abstract SqlPool.DefinitionStages.WithCreate withSourceDatabaseId(String sourceDatabaseId)

Specifies the sourceDatabaseId property: Source database to create from.

Parameters:

sourceDatabaseId - Source database to create from.

Returns:

the next definition stage.

Applies to