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