Package io.stargate.graphql.client
Class CreateTableGraphQLQuery.Builder
java.lang.Object
io.stargate.graphql.client.CreateTableGraphQLQuery.Builder
- Enclosing class:
CreateTableGraphQLQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()clusteringKeys(List<ClusteringKeyInput> clusteringKeys) ifNotExists(Boolean ifNotExists) keyspaceName(String keyspaceName) partitionKeys(List<ColumnInput> partitionKeys) values(List<ColumnInput> values)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
keyspaceName
-
tableName
-
partitionKeys
-
clusteringKeys
-
values
-
ifNotExists
-
queryName
-