Uses of Class
com.hashicorp.cdktf.providers.google.datastore_index.DatastoreIndex.Builder
-
Packages that use DatastoreIndex.Builder Package Description com.hashicorp.cdktf.providers.google.datastore_index google_datastore_index -
-
Uses of DatastoreIndex.Builder in com.hashicorp.cdktf.providers.google.datastore_index
Methods in com.hashicorp.cdktf.providers.google.datastore_index that return DatastoreIndex.Builder Modifier and Type Method Description DatastoreIndex.BuilderDatastoreIndex.Builder. ancestor(String ancestor)Policy for including ancestors in the index.DatastoreIndex.BuilderDatastoreIndex.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DatastoreIndex.BuilderDatastoreIndex.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DatastoreIndex.BuilderDatastoreIndex.Builder. count(com.hashicorp.cdktf.TerraformCount count)DatastoreIndex.BuilderDatastoreIndex.Builder. count(Number count)static DatastoreIndex.BuilderDatastoreIndex.Builder. create(software.constructs.Construct scope, String id)DatastoreIndex.BuilderDatastoreIndex.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DatastoreIndex.BuilderDatastoreIndex.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)DatastoreIndex.BuilderDatastoreIndex.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastore_index#id DatastoreIndex#id}.DatastoreIndex.BuilderDatastoreIndex.Builder. kind(String kind)The entity kind which the index applies to.DatastoreIndex.BuilderDatastoreIndex.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DatastoreIndex.BuilderDatastoreIndex.Builder. project(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastore_index#project DatastoreIndex#project}.DatastoreIndex.BuilderDatastoreIndex.Builder. properties(com.hashicorp.cdktf.IResolvable properties)properties block.DatastoreIndex.BuilderDatastoreIndex.Builder. properties(List<? extends DatastoreIndexProperties> properties)properties block.DatastoreIndex.BuilderDatastoreIndex.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)DatastoreIndex.BuilderDatastoreIndex.Builder. provisioners(List<? extends Object> provisioners)DatastoreIndex.BuilderDatastoreIndex.Builder. timeouts(DatastoreIndexTimeouts timeouts)timeouts block.
-