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