Class EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder
- java.lang.Object
-
- com.pulumi.gcp.networkservices.outputs.EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder
-
- Enclosing class:
- EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction
public static final class EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction defaults)
-
-
Method Detail
-
requestHeaderToAdds
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder requestHeaderToAdds(@Nullable java.util.List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToAdd> requestHeaderToAdds)
-
requestHeaderToAdds
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder requestHeaderToAdds(EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToAdd... requestHeaderToAdds)
-
requestHeaderToRemoves
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder requestHeaderToRemoves(@Nullable java.util.List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToRemove> requestHeaderToRemoves)
-
requestHeaderToRemoves
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder requestHeaderToRemoves(EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToRemove... requestHeaderToRemoves)
-
responseHeaderToAdds
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder responseHeaderToAdds(@Nullable java.util.List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAdd> responseHeaderToAdds)
-
responseHeaderToAdds
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder responseHeaderToAdds(EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAdd... responseHeaderToAdds)
-
responseHeaderToRemoves
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder responseHeaderToRemoves(@Nullable java.util.List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemove> responseHeaderToRemoves)
-
responseHeaderToRemoves
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction.Builder responseHeaderToRemoves(EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemove... responseHeaderToRemoves)
-
build
public EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction build()
-
-