@Stability(value=Stable) public static final class CfnGatewayRoute.HttpPathMatchProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRoute.HttpPathMatchProperty>
CfnGatewayRoute.HttpPathMatchProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGatewayRoute.HttpPathMatchProperty |
build()
Builds the configured instance.
|
CfnGatewayRoute.HttpPathMatchProperty.Builder |
exact(String exact)
Sets the value of
CfnGatewayRoute.HttpPathMatchProperty.getExact() |
CfnGatewayRoute.HttpPathMatchProperty.Builder |
regex(String regex)
Sets the value of
CfnGatewayRoute.HttpPathMatchProperty.getRegex() |
@Stability(value=Stable) public CfnGatewayRoute.HttpPathMatchProperty.Builder exact(String exact)
CfnGatewayRoute.HttpPathMatchProperty.getExact()exact - The exact path to match on.this@Stability(value=Stable) public CfnGatewayRoute.HttpPathMatchProperty.Builder regex(String regex)
CfnGatewayRoute.HttpPathMatchProperty.getRegex()regex - The regex used to match the path.this@Stability(value=Stable) public CfnGatewayRoute.HttpPathMatchProperty build()
build in interface software.amazon.jsii.Builder<CfnGatewayRoute.HttpPathMatchProperty>CfnGatewayRoute.HttpPathMatchPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.