Interface IpOwner.Builder

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

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

    • 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

      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

      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.