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