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