SqlPool.UpdateStages.WithRecoverableDatabaseId Interface
public static interface SqlPool.UpdateStages.WithRecoverableDatabaseId
The stage of the SqlPool update allowing to specify recoverableDatabaseId.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withRecoverableDatabaseId(String recoverableDatabaseId)
Specifies the recoverable |
Method Details
withRecoverableDatabaseId
public abstract SqlPool.Update withRecoverableDatabaseId(String recoverableDatabaseId)
Specifies the recoverableDatabaseId property: Backup database to restore from.
Parameters:
Returns: