Class PolicyEngineReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrockagentcore.PolicyEngineReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PolicyEngineReference>
- Enclosing interface:
PolicyEngineReference
@Stability(Stable)
public static final class PolicyEngineReference.Builder
extends Object
implements software.amazon.jsii.Builder<PolicyEngineReference>
A builder for
PolicyEngineReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.policyEngineArn(String policyEngineArn) Sets the value ofPolicyEngineReference.getPolicyEngineArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
policyEngineArn
Sets the value ofPolicyEngineReference.getPolicyEngineArn()- Parameters:
policyEngineArn- The PolicyEngineArn of the PolicyEngine resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PolicyEngineReference>- Returns:
- a new instance of
PolicyEngineReference - Throws:
NullPointerException- if any required attribute was not provided
-