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