Class CfnRoutingRulePropsMixin.MatchBasePathsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnRoutingRulePropsMixin.MatchBasePathsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingRulePropsMixin.MatchBasePathsProperty>
- Enclosing interface:
CfnRoutingRulePropsMixin.MatchBasePathsProperty
@Stability(Stable)
public static final class CfnRoutingRulePropsMixin.MatchBasePathsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingRulePropsMixin.MatchBasePathsProperty>
A builder for
CfnRoutingRulePropsMixin.MatchBasePathsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnRoutingRulePropsMixin.MatchBasePathsProperty.getAnyOf()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
anyOf
@Stability(Stable) public CfnRoutingRulePropsMixin.MatchBasePathsProperty.Builder anyOf(List<String> anyOf) Sets the value ofCfnRoutingRulePropsMixin.MatchBasePathsProperty.getAnyOf()- Parameters:
anyOf- The string of the case sensitive base path to be matched.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutingRulePropsMixin.MatchBasePathsProperty>- Returns:
- a new instance of
CfnRoutingRulePropsMixin.MatchBasePathsProperty - Throws:
NullPointerException- if any required attribute was not provided
-