Class ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy>
- Enclosing interface:
- ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy
@Stability(Stable) public static final class ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder extends Object implements software.amazon.jsii.Builder<ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.BuilderbackendService(String backendService)ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicybuild()Builds the configured instance.
-
-
-
Method Detail
-
backendService
@Stability(Stable) public ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder backendService(String backendService)
Sets the value ofComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.getBackendService()- Parameters:
backendService- The BackendService resource being mirrored to. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#backend_service ComputeUrlMap#backend_service}- Returns:
this
-
build
@Stability(Stable) public ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy>- Returns:
- a new instance of
ComputeUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy - Throws:
NullPointerException- if any required attribute was not provided
-
-