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