Class ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy>
- Enclosing interface:
- ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy
@Stability(Stable) public static final class ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.BuilderbackendService(String backendService)ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicybuild()Builds the configured instance.
-
-
-
Method Detail
-
backendService
@Stability(Stable) public ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.Builder backendService(String backendService)
Sets the value ofComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy.getBackendService()- Parameters:
backendService- The RegionBackendService 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_region_url_map#backend_service ComputeRegionUrlMap#backend_service}- Returns:
this
-
build
@Stability(Stable) public ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy>- Returns:
- a new instance of
ComputeRegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicy - Throws:
NullPointerException- if any required attribute was not provided
-
-