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