public static final class CfnRoute.QueryParameterProperty.Builder
extends java.lang.Object
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(java.lang.String name)
Sets the value of
CfnRoute.QueryParameterProperty.getName() |
public CfnRoute.QueryParameterProperty.Builder name(java.lang.String name)
CfnRoute.QueryParameterProperty.getName()
name
- A name for the query parameter that will be matched on. This parameter is required.this
public CfnRoute.QueryParameterProperty.Builder match(IResolvable match)
CfnRoute.QueryParameterProperty.getMatch()
match
- The query parameter to match on.this
public CfnRoute.QueryParameterProperty.Builder match(CfnRoute.HttpQueryParameterMatchProperty match)
CfnRoute.QueryParameterProperty.getMatch()
match
- The query parameter to match on.this
public CfnRoute.QueryParameterProperty build()
CfnRoute.QueryParameterProperty
java.lang.NullPointerException
- if any required attribute was not provided