Class CfnPolicyEngine.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPolicyEngine.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPolicyEngine>
- Enclosing class:
CfnPolicyEngine
@Stability(Stable)
public static final class CfnPolicyEngine.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPolicyEngine>
A fluent builder for
CfnPolicyEngine.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnPolicyEngine.Builderdescription(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 CfnPolicyEngine.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPolicyEngine.Builder.
-
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:
-
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
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:
-
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<CfnPolicyEngine>- Returns:
- a newly built instance of
CfnPolicyEngine.
-