Class CassandraTableGetProperties
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.CassandraTableGetProperties
The properties of an Azure Cosmos DB Cassandra table.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CassandraTableGetProperties class. -
Method Summary
-
Constructor Details
-
CassandraTableGetProperties
public CassandraTableGetProperties()Creates an instance of CassandraTableGetProperties class.
-
-
Method Details
-
resource
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the CassandraTableGetProperties object itself.
-
options
Get the options property: The options property.- Returns:
- the options value.
-
withOptions
Set the options property: The options property.- Parameters:
options- the options value to set.- Returns:
- the CassandraTableGetProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-