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