Class CfnBrowserCustom.BrowserNetworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.BrowserNetworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserCustom.BrowserNetworkConfigurationProperty>
- Enclosing interface:
CfnBrowserCustom.BrowserNetworkConfigurationProperty
@Stability(Stable)
public static final class CfnBrowserCustom.BrowserNetworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserCustom.BrowserNetworkConfigurationProperty>
A builder for
CfnBrowserCustom.BrowserNetworkConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.networkMode
(String networkMode) Sets the value ofCfnBrowserCustom.BrowserNetworkConfigurationProperty.getNetworkMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkMode
@Stability(Stable) public CfnBrowserCustom.BrowserNetworkConfigurationProperty.Builder networkMode(String networkMode) Sets the value ofCfnBrowserCustom.BrowserNetworkConfigurationProperty.getNetworkMode()
- Parameters:
networkMode
- Network modes supported by browser. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBrowserCustom.BrowserNetworkConfigurationProperty>
- Returns:
- a new instance of
CfnBrowserCustom.BrowserNetworkConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-