Class ComputeUrlMapTest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • host

        @Stability(Stable)
        public ComputeUrlMapTest.Builder host​(String host)
        Sets the value of ComputeUrlMapTest.getHost()
        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_url_map#host ComputeUrlMap#host}
        Returns:
        this
      • path

        @Stability(Stable)
        public ComputeUrlMapTest.Builder path​(String path)
        Sets the value of ComputeUrlMapTest.getPath()
        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_url_map#path ComputeUrlMap#path}
        Returns:
        this
      • service

        @Stability(Stable)
        public ComputeUrlMapTest.Builder service​(String service)
        Parameters:
        service - The backend service or backend bucket link that should be matched by this test. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#service ComputeUrlMap#service}
        Returns:
        this
      • description

        @Stability(Stable)
        public ComputeUrlMapTest.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_url_map#description ComputeUrlMap#description}
        Returns:
        this