Class CfnRoute.HttpQueryParameterMatchProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.CfnRoute.HttpQueryParameterMatchProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoute.HttpQueryParameterMatchProperty>
- Enclosing interface:
CfnRoute.HttpQueryParameterMatchProperty
@Stability(Stable)
public static final class CfnRoute.HttpQueryParameterMatchProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoute.HttpQueryParameterMatchProperty>
A builder for
CfnRoute.HttpQueryParameterMatchProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnRoute.HttpQueryParameterMatchProperty.getExact()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exact
Sets the value ofCfnRoute.HttpQueryParameterMatchProperty.getExact()
- Parameters:
exact
- The exact query parameter to match on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRoute.HttpQueryParameterMatchProperty>
- Returns:
- a new instance of
CfnRoute.HttpQueryParameterMatchProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-