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