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