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