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