Uses of Class
com.oracle.bmc.nosql.model.IndexKey.Builder
-
Packages that use IndexKey.Builder Package Description com.oracle.bmc.nosql.model -
-
Uses of IndexKey.Builder in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return IndexKey.Builder Modifier and Type Method Description static IndexKey.Builder
IndexKey. builder()
Create a new builder.IndexKey.Builder
IndexKey.Builder. columnName(String columnName)
The name of a column to be included as an index key.IndexKey.Builder
IndexKey.Builder. copy(IndexKey model)
IndexKey.Builder
IndexKey.Builder. jsonFieldType(String jsonFieldType)
If the specified column is of type JSON, jsonFieldType contains the type of the field indicated by jsonPath.IndexKey.Builder
IndexKey.Builder. jsonPath(String jsonPath)
If the specified column is of type JSON, jsonPath contains a dotted path indicating the field within the JSON object that will be the index key.IndexKey.Builder
IndexKey. toBuilder()
-