Class ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_url_map.ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch>
- Enclosing interface:
- ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
@Stability(Stable) public static final class ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatchbuild()Builds the configured instance.ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.BuilderrangeEnd(Number rangeEnd)ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.BuilderrangeStart(Number rangeStart)
-
-
-
Method Detail
-
rangeEnd
@Stability(Stable) public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder rangeEnd(Number rangeEnd)
Sets the value ofComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.getRangeEnd()- Parameters:
rangeEnd- The end of the range (exclusive). 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#range_end ComputeRegionUrlMap#range_end}- Returns:
this
-
rangeStart
@Stability(Stable) public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder rangeStart(Number rangeStart)
Sets the value ofComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.getRangeStart()- Parameters:
rangeStart- The start of the range (inclusive). 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#range_start ComputeRegionUrlMap#range_start}- Returns:
this
-
build
@Stability(Stable) public ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch>- Returns:
- a new instance of
ComputeRegionUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch - Throws:
NullPointerException- if any required attribute was not provided
-
-