Interface Organization.Builder

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

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

    • asn

      The Autonomous System Number (ASN) of the internet provider of the remote IP address.

      Parameters:
      asn - The Autonomous System Number (ASN) of the internet provider of the remote IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • asnOrg

      Organization.Builder asnOrg(String asnOrg)

      The organization that registered this ASN.

      Parameters:
      asnOrg - The organization that registered this ASN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isp

      The ISP information for the internet provider.

      Parameters:
      isp - The ISP information for the internet provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • org

      The name of the internet provider.

      Parameters:
      org - The name of the internet provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.