@Stability(value=Stable) public static final class CfnRoute.QueryParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.QueryParameterProperty>
CfnRoute.QueryParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.QueryParameterProperty |
build()
Builds the configured instance.
|
CfnRoute.QueryParameterProperty.Builder |
match(CfnRoute.HttpQueryParameterMatchProperty match)
Sets the value of
CfnRoute.QueryParameterProperty.getMatch() |
CfnRoute.QueryParameterProperty.Builder |
match(IResolvable match)
Sets the value of
CfnRoute.QueryParameterProperty.getMatch() |
CfnRoute.QueryParameterProperty.Builder |
name(String name)
Sets the value of
CfnRoute.QueryParameterProperty.getName() |
@Stability(value=Stable) public CfnRoute.QueryParameterProperty.Builder name(String name)
CfnRoute.QueryParameterProperty.getName()name - `CfnRoute.QueryParameterProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnRoute.QueryParameterProperty.Builder match(CfnRoute.HttpQueryParameterMatchProperty match)
CfnRoute.QueryParameterProperty.getMatch()match - `CfnRoute.QueryParameterProperty.Match`.this@Stability(value=Stable) public CfnRoute.QueryParameterProperty.Builder match(IResolvable match)
CfnRoute.QueryParameterProperty.getMatch()match - `CfnRoute.QueryParameterProperty.Match`.this@Stability(value=Stable) public CfnRoute.QueryParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.QueryParameterProperty>CfnRoute.QueryParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.