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