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