Uses of Class
com.hashicorp.cdktf.providers.google.data_catalog_entry.DataCatalogEntryTimeouts.Builder
-
Packages that use DataCatalogEntryTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.data_catalog_entry google_data_catalog_entry -
-
Uses of DataCatalogEntryTimeouts.Builder in com.hashicorp.cdktf.providers.google.data_catalog_entry
Methods in com.hashicorp.cdktf.providers.google.data_catalog_entry that return DataCatalogEntryTimeouts.Builder Modifier and Type Method Description static DataCatalogEntryTimeouts.BuilderDataCatalogEntryTimeouts. builder()DataCatalogEntryTimeouts.BuilderDataCatalogEntryTimeouts.Builder. create(String create)Sets the value ofDataCatalogEntryTimeouts.getCreate()DataCatalogEntryTimeouts.BuilderDataCatalogEntryTimeouts.Builder. delete(String delete)Sets the value ofDataCatalogEntryTimeouts.getDelete()DataCatalogEntryTimeouts.BuilderDataCatalogEntryTimeouts.Builder. update(String update)Sets the value ofDataCatalogEntryTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.data_catalog_entry with parameters of type DataCatalogEntryTimeouts.Builder Constructor Description Jsii$Proxy(DataCatalogEntryTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theDataCatalogEntryTimeouts.Builder.
-