Interface ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.098Z") @Stability(Stable) public interface ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builderstatic classComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Jsii$ProxyAn implementation forComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builderbuilder()NumbergetRangeEnd()The end of the range (exclusive).NumbergetRangeStart()The start of the range (inclusive).
-
-
-
Method Detail
-
getRangeEnd
@Stability(Stable) @NotNull Number getRangeEnd()
The end of the range (exclusive).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#range_end ComputeUrlMap#range_end}
-
getRangeStart
@Stability(Stable) @NotNull Number getRangeStart()
The start of the range (inclusive).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#range_start ComputeUrlMap#range_start}
-
builder
@Stability(Stable) static ComputeUrlMapPathMatcherRouteRulesMatchRulesHeaderMatchesRangeMatch.Builder builder()
-
-