Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustomProps.Builder
Packages that use CfnCodeInterpreterCustomProps.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnCodeInterpreterCustomProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnCodeInterpreterCustomProps.BuilderModifier and TypeMethodDescriptionCfnCodeInterpreterCustomProps.builder()
CfnCodeInterpreterCustomProps.Builder.description
(String description) Sets the value ofCfnCodeInterpreterCustomProps.getDescription()
CfnCodeInterpreterCustomProps.Builder.executionRoleArn
(String executionRoleArn) Sets the value ofCfnCodeInterpreterCustomProps.getExecutionRoleArn()
Sets the value ofCfnCodeInterpreterCustomProps.getName()
CfnCodeInterpreterCustomProps.Builder.networkConfiguration
(IResolvable networkConfiguration) Sets the value ofCfnCodeInterpreterCustomProps.getNetworkConfiguration()
CfnCodeInterpreterCustomProps.Builder.networkConfiguration
(CfnCodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty networkConfiguration) Sets the value ofCfnCodeInterpreterCustomProps.getNetworkConfiguration()
Sets the value ofCfnCodeInterpreterCustomProps.getTags()
Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type CfnCodeInterpreterCustomProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeInterpreterCustomProps.Builder
.