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