Interface StaticIpConnectionInfo.Builder

    • Method Detail

      • 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

        StaticIpConnectionInfo.Builder dns​(Collection<String> 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

        StaticIpConnectionInfo.Builder dns​(String... 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

        StaticIpConnectionInfo.Builder mask​(String 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.