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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpOwner.Builderasn(String asn)The autonomous system number (ASN) for the autonomous system that included the IP address.IpOwner.BuilderasnOrg(String asnOrg)The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.IpOwner.Builderisp(String isp)The name of the internet service provider (ISP) that owned the IP address.IpOwner.Builderorg(String org)The name of the organization that owned the IP address.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-