Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustom.Builder
Packages that use CfnCodeInterpreterCustom.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnCodeInterpreterCustom.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnCodeInterpreterCustom.BuilderModifier and TypeMethodDescriptionCfnCodeInterpreterCustom.Builder.description(String description) The code interpreter description.CfnCodeInterpreterCustom.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the execution role.The name of the code interpreter.CfnCodeInterpreterCustom.Builder.networkConfiguration(IResolvable networkConfiguration) The network configuration for a code interpreter.CfnCodeInterpreterCustom.Builder.networkConfiguration(CfnCodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty networkConfiguration) The network configuration for a code interpreter.The tags for the code interpreter.