Class CfnBrowserCustomMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnBrowserCustomMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserCustomMixinProps>
- Enclosing interface:
CfnBrowserCustomMixinProps
@Stability(Stable)
public static final class CfnBrowserCustomMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserCustomMixinProps>
A builder for
CfnBrowserCustomMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowserSigning(CfnBrowserCustomPropsMixin.BrowserSigningProperty browserSigning) Sets the value ofCfnBrowserCustomMixinProps.getBrowserSigning()browserSigning(IResolvable browserSigning) Sets the value ofCfnBrowserCustomMixinProps.getBrowserSigning()build()Builds the configured instance.description(String description) Sets the value ofCfnBrowserCustomMixinProps.getDescription()executionRoleArn(String executionRoleArn) Sets the value ofCfnBrowserCustomMixinProps.getExecutionRoleArn()Sets the value ofCfnBrowserCustomMixinProps.getName()networkConfiguration(CfnBrowserCustomPropsMixin.BrowserNetworkConfigurationProperty networkConfiguration) Sets the value ofCfnBrowserCustomMixinProps.getNetworkConfiguration()networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnBrowserCustomMixinProps.getNetworkConfiguration()recordingConfig(CfnBrowserCustomPropsMixin.RecordingConfigProperty recordingConfig) Sets the value ofCfnBrowserCustomMixinProps.getRecordingConfig()recordingConfig(IResolvable recordingConfig) Sets the value ofCfnBrowserCustomMixinProps.getRecordingConfig()Sets the value ofCfnBrowserCustomMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
browserSigning
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder browserSigning(IResolvable browserSigning) Sets the value ofCfnBrowserCustomMixinProps.getBrowserSigning()- Parameters:
browserSigning- Browser signing configuration.- Returns:
this
-
browserSigning
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder browserSigning(CfnBrowserCustomPropsMixin.BrowserSigningProperty browserSigning) Sets the value ofCfnBrowserCustomMixinProps.getBrowserSigning()- Parameters:
browserSigning- Browser signing configuration.- Returns:
this
-
description
Sets the value ofCfnBrowserCustomMixinProps.getDescription()- Parameters:
description- The custom browser.- Returns:
this
-
executionRoleArn
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder executionRoleArn(String executionRoleArn) Sets the value ofCfnBrowserCustomMixinProps.getExecutionRoleArn()- Parameters:
executionRoleArn- The Amazon Resource Name (ARN) of the execution role.- Returns:
this
-
name
Sets the value ofCfnBrowserCustomMixinProps.getName()- Parameters:
name- The name of the custom browser.- Returns:
this
-
networkConfiguration
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnBrowserCustomMixinProps.getNetworkConfiguration()- Parameters:
networkConfiguration- The network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.- Returns:
this
-
networkConfiguration
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder networkConfiguration(CfnBrowserCustomPropsMixin.BrowserNetworkConfigurationProperty networkConfiguration) Sets the value ofCfnBrowserCustomMixinProps.getNetworkConfiguration()- Parameters:
networkConfiguration- The network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.- Returns:
this
-
recordingConfig
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder recordingConfig(IResolvable recordingConfig) Sets the value ofCfnBrowserCustomMixinProps.getRecordingConfig()- Parameters:
recordingConfig- THe custom browser configuration.- Returns:
this
-
recordingConfig
@Stability(Stable) public CfnBrowserCustomMixinProps.Builder recordingConfig(CfnBrowserCustomPropsMixin.RecordingConfigProperty recordingConfig) Sets the value ofCfnBrowserCustomMixinProps.getRecordingConfig()- Parameters:
recordingConfig- THe custom browser configuration.- Returns:
this
-
tags
Sets the value ofCfnBrowserCustomMixinProps.getTags()- Parameters:
tags- The tags for the custom browser.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserCustomMixinProps>- Returns:
- a new instance of
CfnBrowserCustomMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-