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