Uses of Class
com.hashicorp.cdktf.providers.google.firestore_index.FirestoreIndexFields.Builder
-
Packages that use FirestoreIndexFields.Builder Package Description com.hashicorp.cdktf.providers.google.firestore_index google_firestore_index -
-
Uses of FirestoreIndexFields.Builder in com.hashicorp.cdktf.providers.google.firestore_index
Methods in com.hashicorp.cdktf.providers.google.firestore_index that return FirestoreIndexFields.Builder Modifier and Type Method Description FirestoreIndexFields.BuilderFirestoreIndexFields.Builder. arrayConfig(String arrayConfig)Sets the value ofFirestoreIndexFields.getArrayConfig()static FirestoreIndexFields.BuilderFirestoreIndexFields. builder()FirestoreIndexFields.BuilderFirestoreIndexFields.Builder. fieldPath(String fieldPath)Sets the value ofFirestoreIndexFields.getFieldPath()FirestoreIndexFields.BuilderFirestoreIndexFields.Builder. order(String order)Sets the value ofFirestoreIndexFields.getOrder()FirestoreIndexFields.BuilderFirestoreIndexFields.Builder. vectorConfig(FirestoreIndexFieldsVectorConfig vectorConfig)Sets the value ofFirestoreIndexFields.getVectorConfig()Constructors in com.hashicorp.cdktf.providers.google.firestore_index with parameters of type FirestoreIndexFields.Builder Constructor Description Jsii$Proxy(FirestoreIndexFields.Builder builder)Constructor that initializes the object based on literal property values passed by theFirestoreIndexFields.Builder.
-