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