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