Interface BrowserNetworkConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BrowserNetworkConfiguration.Builder,,BrowserNetworkConfiguration> SdkBuilder<BrowserNetworkConfiguration.Builder,,BrowserNetworkConfiguration> SdkPojo
- Enclosing class:
BrowserNetworkConfiguration
@Mutable
@NotThreadSafe
public static interface BrowserNetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<BrowserNetworkConfiguration.Builder,BrowserNetworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionnetworkMode(String networkMode) The network mode for the browser.networkMode(BrowserNetworkMode networkMode) The network mode for the browser.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) Sets the value of the VpcConfig property for this object.Sets the value of the VpcConfig property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
networkMode
The network mode for the browser. This field specifies how the browser connects to the network.
- Parameters:
networkMode- The network mode for the browser. This field specifies how the browser connects to the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkMode
The network mode for the browser. This field specifies how the browser connects to the network.
- Parameters:
networkMode- The network mode for the browser. This field specifies how the browser connects to the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcConfig
Sets the value of the VpcConfig property for this object.- Parameters:
vpcConfig- The new value for the VpcConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
Sets the value of the VpcConfig property for this object. This is a convenience method that creates an instance of theVpcConfig.Builderavoiding the need to create one manually viaVpcConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(VpcConfig).- Parameters:
vpcConfig- a consumer that will call methods onVpcConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-