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