Interface StaticIpConnectionInfo.Builder

  • Method Details

    • defaultGateway

      StaticIpConnectionInfo.Builder defaultGateway(String defaultGateway)

      The connection's default gateway.

      Parameters:
      defaultGateway - The connection's default gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dns

      The connection's DNS address.

      Parameters:
      dns - The connection's DNS address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dns

      The connection's DNS address.

      Parameters:
      dns - The connection's DNS address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddress

      StaticIpConnectionInfo.Builder ipAddress(String ipAddress)

      The connection's IP address.

      Parameters:
      ipAddress - The connection's IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mask

      The connection's DNS mask.

      Parameters:
      mask - The connection's DNS mask.
      Returns:
      Returns a reference to this object so that method calls can be chained together.