Uses of Class
com.hashicorp.cdktf.providers.google.compute_health_check.ComputeHealthCheckTimeouts.Builder
-
Packages that use ComputeHealthCheckTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.compute_health_check google_compute_health_check -
-
Uses of ComputeHealthCheckTimeouts.Builder in com.hashicorp.cdktf.providers.google.compute_health_check
Methods in com.hashicorp.cdktf.providers.google.compute_health_check that return ComputeHealthCheckTimeouts.Builder Modifier and Type Method Description static ComputeHealthCheckTimeouts.BuilderComputeHealthCheckTimeouts. builder()ComputeHealthCheckTimeouts.BuilderComputeHealthCheckTimeouts.Builder. create(String create)Sets the value ofComputeHealthCheckTimeouts.getCreate()ComputeHealthCheckTimeouts.BuilderComputeHealthCheckTimeouts.Builder. delete(String delete)Sets the value ofComputeHealthCheckTimeouts.getDelete()ComputeHealthCheckTimeouts.BuilderComputeHealthCheckTimeouts.Builder. update(String update)Sets the value ofComputeHealthCheckTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.compute_health_check with parameters of type ComputeHealthCheckTimeouts.Builder Constructor Description Jsii$Proxy(ComputeHealthCheckTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeHealthCheckTimeouts.Builder.
-