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