SqlPool.UpdateStages.WithStatus Interface
public static interface SqlPool.UpdateStages.WithStatus
The stage of the SqlPool update allowing to specify status.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withStatus(String status)
Specifies the status property: Resource status. |
Method Details
withStatus
public abstract SqlPool.Update withStatus(String status)
Specifies the status property: Resource status.
Parameters:
status
- Resource status.
Returns:
the next definition stage.