Package com.pulumi.gcp.compute.inputs
Class RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.inputs.RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder
-
- Enclosing class:
- RegionUrlMapPathMatcherRouteRuleRouteActionArgs
public static final class RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RegionUrlMapPathMatcherRouteRuleRouteActionArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RegionUrlMapPathMatcherRouteRuleRouteActionArgs defaults)
-
-
Method Detail
-
corsPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder corsPolicy(@Nullable com.pulumi.core.Output<RegionUrlMapPathMatcherRouteRuleRouteActionCorsPolicyArgs> corsPolicy)
- Parameters:
corsPolicy
- The specification for allowing client side cross-origin requests. Please see W3C Recommendation for Cross Origin Resource Sharing Structure is documented below.- Returns:
- builder
-
corsPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder corsPolicy(RegionUrlMapPathMatcherRouteRuleRouteActionCorsPolicyArgs corsPolicy)
- Parameters:
corsPolicy
- The specification for allowing client side cross-origin requests. Please see W3C Recommendation for Cross Origin Resource Sharing Structure is documented below.- Returns:
- builder
-
faultInjectionPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder faultInjectionPolicy(@Nullable com.pulumi.core.Output<RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyArgs> faultInjectionPolicy)
- Parameters:
faultInjectionPolicy
- The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by Loadbalancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the Loadbalancer for a percentage of requests. timeout and retry_policy will be ignored by clients that are configured with a fault_injection_policy. Structure is documented below.- Returns:
- builder
-
faultInjectionPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder faultInjectionPolicy(RegionUrlMapPathMatcherRouteRuleRouteActionFaultInjectionPolicyArgs faultInjectionPolicy)
- Parameters:
faultInjectionPolicy
- The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by Loadbalancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the Loadbalancer for a percentage of requests. timeout and retry_policy will be ignored by clients that are configured with a fault_injection_policy. Structure is documented below.- Returns:
- builder
-
requestMirrorPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder requestMirrorPolicy(@Nullable com.pulumi.core.Output<RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs> requestMirrorPolicy)
- Parameters:
requestMirrorPolicy
- Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. Loadbalancer does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Structure is documented below.- Returns:
- builder
-
requestMirrorPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder requestMirrorPolicy(RegionUrlMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs requestMirrorPolicy)
- Parameters:
requestMirrorPolicy
- Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. Loadbalancer does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Structure is documented below.- Returns:
- builder
-
retryPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder retryPolicy(@Nullable com.pulumi.core.Output<RegionUrlMapPathMatcherRouteRuleRouteActionRetryPolicyArgs> retryPolicy)
- Parameters:
retryPolicy
- Specifies the retry policy associated with this route. Structure is documented below.- Returns:
- builder
-
retryPolicy
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder retryPolicy(RegionUrlMapPathMatcherRouteRuleRouteActionRetryPolicyArgs retryPolicy)
- Parameters:
retryPolicy
- Specifies the retry policy associated with this route. Structure is documented below.- Returns:
- builder
-
timeout
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder timeout(@Nullable com.pulumi.core.Output<RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs> timeout)
- Parameters:
timeout
- Specifies the timeout for the selected route. Timeout is computed from the time the request is has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries. If not specified, the default value is 15 seconds. Structure is documented below.- Returns:
- builder
-
timeout
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder timeout(RegionUrlMapPathMatcherRouteRuleRouteActionTimeoutArgs timeout)
- Parameters:
timeout
- Specifies the timeout for the selected route. Timeout is computed from the time the request is has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries. If not specified, the default value is 15 seconds. Structure is documented below.- Returns:
- builder
-
urlRewrite
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder urlRewrite(@Nullable com.pulumi.core.Output<RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs> urlRewrite)
- Parameters:
urlRewrite
- The spec to modify the URL of the request, prior to forwarding the request to the matched service Structure is documented below.- Returns:
- builder
-
urlRewrite
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder urlRewrite(RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs urlRewrite)
- Parameters:
urlRewrite
- The spec to modify the URL of the request, prior to forwarding the request to the matched service Structure is documented below.- Returns:
- builder
-
weightedBackendServices
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder weightedBackendServices(@Nullable com.pulumi.core.Output<java.util.List<RegionUrlMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs>> weightedBackendServices)
- Parameters:
weightedBackendServices
- A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non 0 number. Once a backendService is identified and before forwarding the request to the backend service, advanced routing actions like Url rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction. Structure is documented below.- Returns:
- builder
-
weightedBackendServices
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder weightedBackendServices(java.util.List<RegionUrlMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs> weightedBackendServices)
- Parameters:
weightedBackendServices
- A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non 0 number. Once a backendService is identified and before forwarding the request to the backend service, advanced routing actions like Url rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction. Structure is documented below.- Returns:
- builder
-
weightedBackendServices
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs.Builder weightedBackendServices(RegionUrlMapPathMatcherRouteRuleRouteActionWeightedBackendServiceArgs... weightedBackendServices)
- Parameters:
weightedBackendServices
- A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non 0 number. Once a backendService is identified and before forwarding the request to the backend service, advanced routing actions like Url rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction. Structure is documented below.- Returns:
- builder
-
build
public RegionUrlMapPathMatcherRouteRuleRouteActionArgs build()
-
-