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