Uses of Class
com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapHostRule.Builder
-
Packages that use ComputeUrlMapHostRule.Builder Package Description com.hashicorp.cdktf.providers.google.compute_url_map google_compute_url_map -
-
Uses of ComputeUrlMapHostRule.Builder in com.hashicorp.cdktf.providers.google.compute_url_map
Methods in com.hashicorp.cdktf.providers.google.compute_url_map that return ComputeUrlMapHostRule.Builder Modifier and Type Method Description static ComputeUrlMapHostRule.BuilderComputeUrlMapHostRule. builder()ComputeUrlMapHostRule.BuilderComputeUrlMapHostRule.Builder. description(String description)Sets the value ofComputeUrlMapHostRule.getDescription()ComputeUrlMapHostRule.BuilderComputeUrlMapHostRule.Builder. hosts(List<String> hosts)Sets the value ofComputeUrlMapHostRule.getHosts()ComputeUrlMapHostRule.BuilderComputeUrlMapHostRule.Builder. pathMatcher(String pathMatcher)Sets the value ofComputeUrlMapHostRule.getPathMatcher()Constructors in com.hashicorp.cdktf.providers.google.compute_url_map with parameters of type ComputeUrlMapHostRule.Builder Constructor Description Jsii$Proxy(ComputeUrlMapHostRule.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapHostRule.Builder.
-