Uses of Class
com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapTest.Builder
-
Packages that use ComputeUrlMapTest.Builder Package Description com.hashicorp.cdktf.providers.google.compute_url_map google_compute_url_map -
-
Uses of ComputeUrlMapTest.Builder in com.hashicorp.cdktf.providers.google.compute_url_map
Methods in com.hashicorp.cdktf.providers.google.compute_url_map that return ComputeUrlMapTest.Builder Modifier and Type Method Description static ComputeUrlMapTest.BuilderComputeUrlMapTest. builder()ComputeUrlMapTest.BuilderComputeUrlMapTest.Builder. description(String description)Sets the value ofComputeUrlMapTest.getDescription()ComputeUrlMapTest.BuilderComputeUrlMapTest.Builder. host(String host)Sets the value ofComputeUrlMapTest.getHost()ComputeUrlMapTest.BuilderComputeUrlMapTest.Builder. path(String path)Sets the value ofComputeUrlMapTest.getPath()ComputeUrlMapTest.BuilderComputeUrlMapTest.Builder. service(String service)Sets the value ofComputeUrlMapTest.getService()Constructors in com.hashicorp.cdktf.providers.google.compute_url_map with parameters of type ComputeUrlMapTest.Builder Constructor Description Jsii$Proxy(ComputeUrlMapTest.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapTest.Builder.
-