Interface IpOwner.Builder

    • Method Detail

      • asn

        IpOwner.Builder asn​(String asn)

        The autonomous system number (ASN) for the autonomous system that included the IP address.

        Parameters:
        asn - The autonomous system number (ASN) for the autonomous system that included the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asnOrg

        IpOwner.Builder asnOrg​(String asnOrg)

        The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

        Parameters:
        asnOrg - The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isp

        IpOwner.Builder isp​(String isp)

        The name of the internet service provider (ISP) that owned the IP address.

        Parameters:
        isp - The name of the internet service provider (ISP) that owned the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • org

        IpOwner.Builder org​(String org)

        The name of the organization that owned the IP address.

        Parameters:
        org - The name of the organization that owned the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.