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