Class CfnGatewayRoutePropsMixin.QueryParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.QueryParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayRoutePropsMixin.QueryParameterProperty>
- Enclosing interface:
CfnGatewayRoutePropsMixin.QueryParameterProperty
@Stability(Stable)
public static final class CfnGatewayRoutePropsMixin.QueryParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayRoutePropsMixin.QueryParameterProperty>
A builder for
CfnGatewayRoutePropsMixin.QueryParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGatewayRoutePropsMixin.QueryParameterProperty.getMatch()match(IResolvable match) Sets the value ofCfnGatewayRoutePropsMixin.QueryParameterProperty.getMatch()Sets the value ofCfnGatewayRoutePropsMixin.QueryParameterProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
match
@Stability(Stable) public CfnGatewayRoutePropsMixin.QueryParameterProperty.Builder match(IResolvable match) Sets the value ofCfnGatewayRoutePropsMixin.QueryParameterProperty.getMatch()- Parameters:
match- The query parameter to match on.- Returns:
this
-
match
@Stability(Stable) public CfnGatewayRoutePropsMixin.QueryParameterProperty.Builder match(CfnGatewayRoutePropsMixin.HttpQueryParameterMatchProperty match) Sets the value ofCfnGatewayRoutePropsMixin.QueryParameterProperty.getMatch()- Parameters:
match- The query parameter to match on.- Returns:
this
-
name
@Stability(Stable) public CfnGatewayRoutePropsMixin.QueryParameterProperty.Builder name(String name) Sets the value ofCfnGatewayRoutePropsMixin.QueryParameterProperty.getName()- Parameters:
name- A name for the query parameter that will be matched on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayRoutePropsMixin.QueryParameterProperty>- Returns:
- a new instance of
CfnGatewayRoutePropsMixin.QueryParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-