Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustomProps.Builder
Packages that use CfnBrowserCustomProps.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnBrowserCustomProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnBrowserCustomProps.BuilderModifier and TypeMethodDescriptionCfnBrowserCustomProps.builder()
CfnBrowserCustomProps.Builder.description
(String description) Sets the value ofCfnBrowserCustomProps.getDescription()
CfnBrowserCustomProps.Builder.executionRoleArn
(String executionRoleArn) Sets the value ofCfnBrowserCustomProps.getExecutionRoleArn()
Sets the value ofCfnBrowserCustomProps.getName()
CfnBrowserCustomProps.Builder.networkConfiguration
(IResolvable networkConfiguration) Sets the value ofCfnBrowserCustomProps.getNetworkConfiguration()
CfnBrowserCustomProps.Builder.networkConfiguration
(CfnBrowserCustom.BrowserNetworkConfigurationProperty networkConfiguration) Sets the value ofCfnBrowserCustomProps.getNetworkConfiguration()
CfnBrowserCustomProps.Builder.recordingConfig
(IResolvable recordingConfig) Sets the value ofCfnBrowserCustomProps.getRecordingConfig()
CfnBrowserCustomProps.Builder.recordingConfig
(CfnBrowserCustom.RecordingConfigProperty recordingConfig) Sets the value ofCfnBrowserCustomProps.getRecordingConfig()
Sets the value ofCfnBrowserCustomProps.getTags()
Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type CfnBrowserCustomProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBrowserCustomProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBrowserCustomProps.Builder
.