Uses of Class
com.hashicorp.cdktf.providers.google.datastore_index.DatastoreIndexProperties.Builder
-
Packages that use DatastoreIndexProperties.Builder Package Description com.hashicorp.cdktf.providers.google.datastore_index google_datastore_index -
-
Uses of DatastoreIndexProperties.Builder in com.hashicorp.cdktf.providers.google.datastore_index
Methods in com.hashicorp.cdktf.providers.google.datastore_index that return DatastoreIndexProperties.Builder Modifier and Type Method Description static DatastoreIndexProperties.BuilderDatastoreIndexProperties. builder()DatastoreIndexProperties.BuilderDatastoreIndexProperties.Builder. direction(String direction)Sets the value ofDatastoreIndexProperties.getDirection()DatastoreIndexProperties.BuilderDatastoreIndexProperties.Builder. name(String name)Sets the value ofDatastoreIndexProperties.getName()Constructors in com.hashicorp.cdktf.providers.google.datastore_index with parameters of type DatastoreIndexProperties.Builder Constructor Description Jsii$Proxy(DatastoreIndexProperties.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastoreIndexProperties.Builder.
-