public class SqlDatabaseCreateUpdateParameters extends Object
| Constructor and Description |
|---|
SqlDatabaseCreateUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
options()
Get a key-value pair of options to be applied for the request.
|
SqlDatabaseResource |
resource()
Get the standard JSON format of a SQL database.
|
SqlDatabaseCreateUpdateParameters |
withOptions(Map<String,String> options)
Set a key-value pair of options to be applied for the request.
|
SqlDatabaseCreateUpdateParameters |
withResource(SqlDatabaseResource resource)
Set the standard JSON format of a SQL database.
|
public SqlDatabaseResource resource()
public SqlDatabaseCreateUpdateParameters withResource(SqlDatabaseResource resource)
resource - the resource value to setpublic Map<String,String> options()
public SqlDatabaseCreateUpdateParameters withOptions(Map<String,String> options)
options - the options value to setCopyright © 2019. All rights reserved.