Interface DeviceProxy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeviceProxy.Builder,DeviceProxy>, SdkBuilder<DeviceProxy.Builder,DeviceProxy>, SdkPojo
Enclosing class:
DeviceProxy

public static interface DeviceProxy.Builder extends SdkPojo, CopyableBuilder<DeviceProxy.Builder,DeviceProxy>
  • Method Details

    • host

      Hostname or IPv4 address of the proxy.

      Parameters:
      host - Hostname or IPv4 address of the proxy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port number on which the http/s proxy is listening.

      Parameters:
      port - The port number on which the http/s proxy is listening.
      Returns:
      Returns a reference to this object so that method calls can be chained together.