Interface BrowserNetworkConfiguration.Builder

  • Method Details

    • networkMode

      BrowserNetworkConfiguration.Builder networkMode(String 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 to VPC.
      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 VPC.

      This is a convenience method that creates an instance of the VpcConfig.Builder avoiding the need to create one manually via VpcConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpcConfig(VpcConfig).

      Parameters:
      vpcConfig - a consumer that will call methods on VpcConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: