Class CassandraKeyspaceGetProperties
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.CassandraKeyspaceGetProperties
-
public final class CassandraKeyspaceGetProperties extends Object
The properties of an Azure Cosmos DB Cassandra keyspace.
-
-
Constructor Summary
Constructors Constructor Description CassandraKeyspaceGetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CassandraKeyspaceGetPropertiesOptionsoptions()Get the options property: The options property.CassandraKeyspaceGetPropertiesResourceresource()Get the resource property: The resource property.voidvalidate()Validates the instance.CassandraKeyspaceGetPropertieswithOptions(CassandraKeyspaceGetPropertiesOptions options)Set the options property: The options property.CassandraKeyspaceGetPropertieswithResource(CassandraKeyspaceGetPropertiesResource resource)Set the resource property: The resource property.
-
-
-
Method Detail
-
resource
public CassandraKeyspaceGetPropertiesResource resource()
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public CassandraKeyspaceGetProperties withResource(CassandraKeyspaceGetPropertiesResource resource)
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the CassandraKeyspaceGetProperties object itself.
-
options
public CassandraKeyspaceGetPropertiesOptions options()
Get the options property: The options property.- Returns:
- the options value.
-
withOptions
public CassandraKeyspaceGetProperties withOptions(CassandraKeyspaceGetPropertiesOptions options)
Set the options property: The options property.- Parameters:
options- the options value to set.- Returns:
- the CassandraKeyspaceGetProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-