@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 - A name for the query parameter that will be matched on. This parameter is required.this@Stability(value=Stable) public CfnRoute.QueryParameterProperty.Builder match(CfnRoute.HttpQueryParameterMatchProperty match)
CfnRoute.QueryParameterProperty.getMatch()match - The query parameter to match on.this@Stability(value=Stable) public CfnRoute.QueryParameterProperty.Builder match(IResolvable match)
CfnRoute.QueryParameterProperty.getMatch()match - The query parameter to match on.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 © 2022. All rights reserved.