Class ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy>
- Enclosing interface:
- ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy
@Stability(Stable) public static final class ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy>
A builder forComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.BuilderbackendService(String backendService)ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicybuild()Builds the configured instance.
-
-
-
Method Detail
-
backendService
@Stability(Stable) public ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy.Builder backendService(String backendService)
- Parameters:
backendService- The full or partial URL to the RegionBackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service. 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 ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy>- Returns:
- a new instance of
ComputeRegionUrlMapDefaultRouteActionRequestMirrorPolicy - Throws:
NullPointerException- if any required attribute was not provided
-
-