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