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) The VPC configuration for the browser.The VPC configuration for the browser.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
The VPC configuration for the browser. This configuration is required when the network mode is set to
VPC.- Parameters:
vpcConfig- The VPC configuration for the browser. This configuration is required when the network mode is set toVPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC configuration for the browser. This configuration is required when the network mode is set to
This is a convenience method that creates an instance of theVPC.VpcConfig.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:
-