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