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