Class ComputeRegionUrlMapTest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • host

        @Stability(Stable)
        public ComputeRegionUrlMapTest.Builder host​(String host)
        Parameters:
        host - Host portion of the URL. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#host ComputeRegionUrlMap#host}
        Returns:
        this
      • path

        @Stability(Stable)
        public ComputeRegionUrlMapTest.Builder path​(String path)
        Parameters:
        path - Path portion of the URL. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#path ComputeRegionUrlMap#path}
        Returns:
        this
      • service

        @Stability(Stable)
        public ComputeRegionUrlMapTest.Builder service​(String service)
        Parameters:
        service - A reference to expected RegionBackendService resource the given URL should be mapped to. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#service ComputeRegionUrlMap#service}
        Returns:
        this
      • description

        @Stability(Stable)
        public ComputeRegionUrlMapTest.Builder description​(String description)
        Parameters:
        description - Description of this test case. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#description ComputeRegionUrlMap#description}
        Returns:
        this