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