Class EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.networkservices.inputs.EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
-
public static final class EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs
build()
EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
exactMatch(com.pulumi.core.Output<java.lang.String> exactMatch)
EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
exactMatch(java.lang.String exactMatch)
EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
name(java.lang.String name)
EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
presentMatch(com.pulumi.core.Output<java.lang.Boolean> presentMatch)
EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder
presentMatch(java.lang.Boolean presentMatch)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs defaults)
-
-
Method Detail
-
exactMatch
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder exactMatch(@Nullable com.pulumi.core.Output<java.lang.String> exactMatch)
- Parameters:
exactMatch
- The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.- Returns:
- builder
-
exactMatch
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder exactMatch(java.lang.String exactMatch)
- Parameters:
exactMatch
- The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.- Returns:
- builder
-
name
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.- Returns:
- builder
-
name
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder name(java.lang.String name)
- Parameters:
name
- The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.- Returns:
- builder
-
presentMatch
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder presentMatch(@Nullable com.pulumi.core.Output<java.lang.Boolean> presentMatch)
- Parameters:
presentMatch
- Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.- Returns:
- builder
-
presentMatch
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs.Builder presentMatch(java.lang.Boolean presentMatch)
- Parameters:
presentMatch
- Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.- Returns:
- builder
-
build
public EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs build()
-
-