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