Class ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy>
- Enclosing interface:
- ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy
@Stability(Stable) public static final class ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy.Builder extends Object implements software.amazon.jsii.Builder<ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy.BuilderbackendService(String backendService)ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicybuild()Builds the configured instance.
-
-
-
Method Detail
-
backendService
@Stability(Stable) public ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy.Builder backendService(String backendService)
- Parameters:
backendService- The full or partial URL to 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 ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy>- Returns:
- a new instance of
ComputeUrlMapPathMatcherDefaultRouteActionRequestMirrorPolicy - Throws:
NullPointerException- if any required attribute was not provided
-
-