Class CfnPolicyEnginePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPolicyEnginePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPolicyEnginePropsMixin>
- Enclosing class:
CfnPolicyEnginePropsMixin
@Stability(Stable)
public static final class CfnPolicyEnginePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPolicyEnginePropsMixin>
A fluent builder for
CfnPolicyEnginePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A human-readable description of the policy engine's purpose and scope.encryptionKeyArn(String encryptionKeyArn) The ARN of the KMS key used to encrypt the policy engine data.The customer-assigned immutable name for the policy engine.A list of tags to assign to the policy engine.
-
Method Details
-
create
@Stability(Stable) public static CfnPolicyEnginePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPolicyEnginePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPolicyEnginePropsMixin.Builder.
-
description
A human-readable description of the policy engine's purpose and scope.- Parameters:
description- A human-readable description of the policy engine's purpose and scope. This parameter is required.- Returns:
this- See Also:
-
encryptionKeyArn
@Stability(Stable) public CfnPolicyEnginePropsMixin.Builder encryptionKeyArn(String encryptionKeyArn) The ARN of the KMS key used to encrypt the policy engine data.- Parameters:
encryptionKeyArn- The ARN of the KMS key used to encrypt the policy engine data. This parameter is required.- Returns:
this- See Also:
-
name
The customer-assigned immutable name for the policy engine.- Parameters:
name- The customer-assigned immutable name for the policy engine. This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags to assign to the policy engine.- Parameters:
tags- A list of tags to assign to the policy engine. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPolicyEnginePropsMixin>- Returns:
- a newly built instance of
CfnPolicyEnginePropsMixin.
-