Class EdgeCacheServiceRoutingHostRuleArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.networkservices.inputs.EdgeCacheServiceRoutingHostRuleArgs.Builder
-
- Enclosing class:
- EdgeCacheServiceRoutingHostRuleArgs
public static final class EdgeCacheServiceRoutingHostRuleArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EdgeCacheServiceRoutingHostRuleArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeCacheServiceRoutingHostRuleArgs
build()
EdgeCacheServiceRoutingHostRuleArgs.Builder
description(com.pulumi.core.Output<java.lang.String> description)
EdgeCacheServiceRoutingHostRuleArgs.Builder
description(java.lang.String description)
EdgeCacheServiceRoutingHostRuleArgs.Builder
hosts(com.pulumi.core.Output<java.util.List<java.lang.String>> hosts)
EdgeCacheServiceRoutingHostRuleArgs.Builder
hosts(java.lang.String... hosts)
EdgeCacheServiceRoutingHostRuleArgs.Builder
hosts(java.util.List<java.lang.String> hosts)
EdgeCacheServiceRoutingHostRuleArgs.Builder
pathMatcher(com.pulumi.core.Output<java.lang.String> pathMatcher)
EdgeCacheServiceRoutingHostRuleArgs.Builder
pathMatcher(java.lang.String pathMatcher)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EdgeCacheServiceRoutingHostRuleArgs defaults)
-
-
Method Detail
-
description
public EdgeCacheServiceRoutingHostRuleArgs.Builder description(@Nullable com.pulumi.core.Output<java.lang.String> description)
- Parameters:
description
- A human-readable description of the hostRule.- Returns:
- builder
-
description
public EdgeCacheServiceRoutingHostRuleArgs.Builder description(java.lang.String description)
- Parameters:
description
- A human-readable description of the hostRule.- Returns:
- builder
-
hosts
public EdgeCacheServiceRoutingHostRuleArgs.Builder hosts(com.pulumi.core.Output<java.util.List<java.lang.String>> hosts)
- Parameters:
hosts
- The list of host patterns to match. Host patterns must be valid hostnames. Ports are not allowed. Wildcard hosts are supported in the suffix or prefix form. * matches any string of ([a-z0-9-.]*). It does not match the empty string. When multiple hosts are specified, hosts are matched in the following priority: 1. Exact domain names: ``www.foo.com``. 2. Suffix domain wildcards: ``*.foo.com`` or ``*-bar.foo.com``. 3. Prefix domain wildcards: ``foo.*`` or ``foo-*``. 4. Special wildcard ``*`` matching any domain. Notes: The wildcard will not match the empty string. e.g. ``*-bar.foo.com`` will match ``baz-bar.foo.com`` but not ``-bar.foo.com``. The longest wildcards match first. Only a single host in the entire service can match on ``*``. A domain must be unique across all configured hosts within a service. Hosts are matched against the HTTP Host header, or for HTTP/2 and HTTP/3, the ":authority" header, from the incoming request. You may specify up to 10 hosts.- Returns:
- builder
-
hosts
public EdgeCacheServiceRoutingHostRuleArgs.Builder hosts(java.util.List<java.lang.String> hosts)
- Parameters:
hosts
- The list of host patterns to match. Host patterns must be valid hostnames. Ports are not allowed. Wildcard hosts are supported in the suffix or prefix form. * matches any string of ([a-z0-9-.]*). It does not match the empty string. When multiple hosts are specified, hosts are matched in the following priority: 1. Exact domain names: ``www.foo.com``. 2. Suffix domain wildcards: ``*.foo.com`` or ``*-bar.foo.com``. 3. Prefix domain wildcards: ``foo.*`` or ``foo-*``. 4. Special wildcard ``*`` matching any domain. Notes: The wildcard will not match the empty string. e.g. ``*-bar.foo.com`` will match ``baz-bar.foo.com`` but not ``-bar.foo.com``. The longest wildcards match first. Only a single host in the entire service can match on ``*``. A domain must be unique across all configured hosts within a service. Hosts are matched against the HTTP Host header, or for HTTP/2 and HTTP/3, the ":authority" header, from the incoming request. You may specify up to 10 hosts.- Returns:
- builder
-
hosts
public EdgeCacheServiceRoutingHostRuleArgs.Builder hosts(java.lang.String... hosts)
- Parameters:
hosts
- The list of host patterns to match. Host patterns must be valid hostnames. Ports are not allowed. Wildcard hosts are supported in the suffix or prefix form. * matches any string of ([a-z0-9-.]*). It does not match the empty string. When multiple hosts are specified, hosts are matched in the following priority: 1. Exact domain names: ``www.foo.com``. 2. Suffix domain wildcards: ``*.foo.com`` or ``*-bar.foo.com``. 3. Prefix domain wildcards: ``foo.*`` or ``foo-*``. 4. Special wildcard ``*`` matching any domain. Notes: The wildcard will not match the empty string. e.g. ``*-bar.foo.com`` will match ``baz-bar.foo.com`` but not ``-bar.foo.com``. The longest wildcards match first. Only a single host in the entire service can match on ``*``. A domain must be unique across all configured hosts within a service. Hosts are matched against the HTTP Host header, or for HTTP/2 and HTTP/3, the ":authority" header, from the incoming request. You may specify up to 10 hosts.- Returns:
- builder
-
pathMatcher
public EdgeCacheServiceRoutingHostRuleArgs.Builder pathMatcher(com.pulumi.core.Output<java.lang.String> pathMatcher)
- Parameters:
pathMatcher
- The name of the pathMatcher associated with this hostRule.- Returns:
- builder
-
pathMatcher
public EdgeCacheServiceRoutingHostRuleArgs.Builder pathMatcher(java.lang.String pathMatcher)
- Parameters:
pathMatcher
- The name of the pathMatcher associated with this hostRule.- Returns:
- builder
-
build
public EdgeCacheServiceRoutingHostRuleArgs build()
-
-