@Stability(value=Stable) public static final class CfnGatewayRoute.QueryParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRoute.QueryParameterProperty>
CfnGatewayRoute.QueryParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGatewayRoute.QueryParameterProperty |
build()
Builds the configured instance.
|
CfnGatewayRoute.QueryParameterProperty.Builder |
match(CfnGatewayRoute.HttpQueryParameterMatchProperty match)
Sets the value of
CfnGatewayRoute.QueryParameterProperty.getMatch() |
CfnGatewayRoute.QueryParameterProperty.Builder |
match(IResolvable match)
Sets the value of
CfnGatewayRoute.QueryParameterProperty.getMatch() |
CfnGatewayRoute.QueryParameterProperty.Builder |
name(String name)
Sets the value of
CfnGatewayRoute.QueryParameterProperty.getName() |
@Stability(value=Stable) public CfnGatewayRoute.QueryParameterProperty.Builder name(String name)
CfnGatewayRoute.QueryParameterProperty.getName()name - A name for the query parameter that will be matched on. This parameter is required.this@Stability(value=Stable) public CfnGatewayRoute.QueryParameterProperty.Builder match(CfnGatewayRoute.HttpQueryParameterMatchProperty match)
CfnGatewayRoute.QueryParameterProperty.getMatch()match - The query parameter to match on.this@Stability(value=Stable) public CfnGatewayRoute.QueryParameterProperty.Builder match(IResolvable match)
CfnGatewayRoute.QueryParameterProperty.getMatch()match - The query parameter to match on.this@Stability(value=Stable) public CfnGatewayRoute.QueryParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnGatewayRoute.QueryParameterProperty>CfnGatewayRoute.QueryParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.