Class DataCatalogTaxonomyTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_catalog_taxonomy.DataCatalogTaxonomyTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataCatalogTaxonomyTimeouts>
- Enclosing interface:
- DataCatalogTaxonomyTimeouts
@Stability(Stable) public static final class DataCatalogTaxonomyTimeouts.Builder extends Object implements software.amazon.jsii.Builder<DataCatalogTaxonomyTimeouts>
A builder forDataCatalogTaxonomyTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCatalogTaxonomyTimeoutsbuild()Builds the configured instance.DataCatalogTaxonomyTimeouts.Buildercreate(String create)Sets the value ofDataCatalogTaxonomyTimeouts.getCreate()DataCatalogTaxonomyTimeouts.Builderdelete(String delete)Sets the value ofDataCatalogTaxonomyTimeouts.getDelete()DataCatalogTaxonomyTimeouts.Builderupdate(String update)Sets the value ofDataCatalogTaxonomyTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public DataCatalogTaxonomyTimeouts.Builder create(String create)
Sets the value ofDataCatalogTaxonomyTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#create DataCatalogTaxonomy#create}.- Returns:
this
-
delete
@Stability(Stable) public DataCatalogTaxonomyTimeouts.Builder delete(String delete)
Sets the value ofDataCatalogTaxonomyTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#delete DataCatalogTaxonomy#delete}.- Returns:
this
-
update
@Stability(Stable) public DataCatalogTaxonomyTimeouts.Builder update(String update)
Sets the value ofDataCatalogTaxonomyTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_taxonomy#update DataCatalogTaxonomy#update}.- Returns:
this
-
build
@Stability(Stable) public DataCatalogTaxonomyTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataCatalogTaxonomyTimeouts>- Returns:
- a new instance of
DataCatalogTaxonomyTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-