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