@Stability(value=Stable) public static final class HttpRoutePathMatchConfig.Builder extends Object implements software.amazon.jsii.Builder<HttpRoutePathMatchConfig>
HttpRoutePathMatchConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpRoutePathMatchConfig |
build()
Builds the configured instance.
|
HttpRoutePathMatchConfig.Builder |
prefixPathMatch(String prefixPathMatch)
Sets the value of
HttpRoutePathMatchConfig.getPrefixPathMatch() |
HttpRoutePathMatchConfig.Builder |
wholePathMatch(CfnRoute.HttpPathMatchProperty wholePathMatch)
Sets the value of
HttpRoutePathMatchConfig.getWholePathMatch() |
@Stability(value=Stable) public HttpRoutePathMatchConfig.Builder prefixPathMatch(String prefixPathMatch)
HttpRoutePathMatchConfig.getPrefixPathMatch()prefixPathMatch - Route configuration for matching on the prefix of the URL path of the request.this@Stability(value=Stable) public HttpRoutePathMatchConfig.Builder wholePathMatch(CfnRoute.HttpPathMatchProperty wholePathMatch)
HttpRoutePathMatchConfig.getWholePathMatch()wholePathMatch - Route configuration for matching on the complete URL path of the request.this@Stability(value=Stable) public HttpRoutePathMatchConfig build()
build in interface software.amazon.jsii.Builder<HttpRoutePathMatchConfig>HttpRoutePathMatchConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.