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