public class GremlinDatabaseResource extends Object
| Constructor and Description |
|---|
GremlinDatabaseResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Name of the Cosmos DB Gremlin database.
|
void |
validate()
Validates the instance.
|
GremlinDatabaseResource |
withId(String id)
Set the id property: Name of the Cosmos DB Gremlin database.
|
public String id()
public GremlinDatabaseResource withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.