Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CodeInterpreterCustom.Builder
Packages that use CodeInterpreterCustom.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of CodeInterpreterCustom.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CodeInterpreterCustom.BuilderModifier and TypeMethodDescriptionCodeInterpreterCustom.Builder.codeInterpreterCustomName(String codeInterpreterCustomName) The name of the code interpreter Valid characters are a-z, A-Z, 0-9, _ (underscore) The name must start with a letter and can be up to 48 characters long Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}.CodeInterpreterCustom.Builder.description(String description) Optional description for the code interpreter Valid characters are a-z, A-Z, 0-9, _ (underscore), - (hyphen) and spaces The description can have up to 200 characters.CodeInterpreterCustom.Builder.executionRole(IRole executionRole) The IAM role that provides permissions for the code interpreter to access AWS services.CodeInterpreterCustom.Builder.networkConfiguration(CodeInterpreterNetworkConfiguration networkConfiguration) Network configuration for code interpreter.Tags (optional) A list of key:value pairs of tags to apply to this Code Interpreter resource.