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