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