Class CfnBrowserCustomPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnBrowserCustomPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserCustomPropsMixin>
- Enclosing class:
CfnBrowserCustomPropsMixin
@Stability(Stable)
public static final class CfnBrowserCustomPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserCustomPropsMixin>
A fluent builder for
CfnBrowserCustomPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbrowserSigning(CfnBrowserCustomPropsMixin.BrowserSigningProperty browserSigning) Browser signing configuration.browserSigning(IResolvable browserSigning) Browser signing configuration.build()create()create(CfnPropertyMixinOptions options) description(String description) The custom browser.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the execution role.The name of the custom browser.networkConfiguration(CfnBrowserCustomPropsMixin.BrowserNetworkConfigurationProperty networkConfiguration) The network configuration for a code interpreter.networkConfiguration(IResolvable networkConfiguration) The network configuration for a code interpreter.recordingConfig(CfnBrowserCustomPropsMixin.RecordingConfigProperty recordingConfig) THe custom browser configuration.recordingConfig(IResolvable recordingConfig) THe custom browser configuration.The tags for the custom browser.
-
Method Details
-
create
@Stability(Stable) public static CfnBrowserCustomPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBrowserCustomPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBrowserCustomPropsMixin.Builder.
-
browserSigning
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder browserSigning(IResolvable browserSigning) Browser signing configuration.- Parameters:
browserSigning- Browser signing configuration. This parameter is required.- Returns:
this- See Also:
-
browserSigning
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder browserSigning(CfnBrowserCustomPropsMixin.BrowserSigningProperty browserSigning) Browser signing configuration.- Parameters:
browserSigning- Browser signing configuration. This parameter is required.- Returns:
this- See Also:
-
description
The custom browser.- Parameters:
description- The custom browser. This parameter is required.- Returns:
this- See Also:
-
executionRoleArn
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the execution role.- Parameters:
executionRoleArn- The Amazon Resource Name (ARN) of the execution role. This parameter is required.- Returns:
this- See Also:
-
name
The name of the custom browser.- Parameters:
name- The name of the custom browser. This parameter is required.- Returns:
this- See Also:
-
networkConfiguration
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder networkConfiguration(IResolvable networkConfiguration) The network configuration for a code interpreter.This structure defines how the code interpreter connects to the network.
- Parameters:
networkConfiguration- The network configuration for a code interpreter. This parameter is required.- Returns:
this- See Also:
-
networkConfiguration
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder networkConfiguration(CfnBrowserCustomPropsMixin.BrowserNetworkConfigurationProperty networkConfiguration) The network configuration for a code interpreter.This structure defines how the code interpreter connects to the network.
- Parameters:
networkConfiguration- The network configuration for a code interpreter. This parameter is required.- Returns:
this- See Also:
-
recordingConfig
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder recordingConfig(IResolvable recordingConfig) THe custom browser configuration.- Parameters:
recordingConfig- THe custom browser configuration. This parameter is required.- Returns:
this- See Also:
-
recordingConfig
@Stability(Stable) public CfnBrowserCustomPropsMixin.Builder recordingConfig(CfnBrowserCustomPropsMixin.RecordingConfigProperty recordingConfig) THe custom browser configuration.- Parameters:
recordingConfig- THe custom browser configuration. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the custom browser.- Parameters:
tags- The tags for the custom browser. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserCustomPropsMixin>- Returns:
- a newly built instance of
CfnBrowserCustomPropsMixin.
-