public static interface IpOwner.Builder extends SdkPojo, CopyableBuilder<IpOwner.Builder,IpOwner>
| Modifier and Type | Method and Description |
|---|---|
IpOwner.Builder |
asn(String asn)
The autonomous system number (ASN) for the autonomous system that included the IP address.
|
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.
|
IpOwner.Builder |
isp(String isp)
The name of the internet service provider (ISP) that owned the IP address.
|
IpOwner.Builder |
org(String org)
The name of the organization that owned the IP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpOwner.Builder asn(String asn)
The autonomous system number (ASN) for the autonomous system that included the IP address.
asn - The autonomous system number (ASN) for the autonomous system that included the IP address.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.
asnOrg - The organization identifier that's associated with the autonomous system number (ASN) for the
autonomous system that included the IP address.IpOwner.Builder isp(String isp)
The name of the internet service provider (ISP) that owned the IP address.
isp - The name of the internet service provider (ISP) that owned the IP address.IpOwner.Builder org(String org)
The name of the organization that owned the IP address.
org - The name of the organization that owned the IP address.Copyright © 2022. All rights reserved.