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