Interface IpOrganizationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpOrganizationDetails.Builder,IpOrganizationDetails>,SdkBuilder<IpOrganizationDetails.Builder,IpOrganizationDetails>,SdkPojo
- Enclosing class:
- IpOrganizationDetails
public static interface IpOrganizationDetails.Builder extends SdkPojo, CopyableBuilder<IpOrganizationDetails.Builder,IpOrganizationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpOrganizationDetails.Builderasn(Integer asn)The Autonomous System Number (ASN) of the internet providerIpOrganizationDetails.BuilderasnOrg(String asnOrg)The name of the organization that registered the ASN.IpOrganizationDetails.Builderisp(String isp)The ISP information for the internet provider.IpOrganizationDetails.Builderorg(String org)The name of the internet provider.-
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
IpOrganizationDetails.Builder asn(Integer asn)
The Autonomous System Number (ASN) of the internet provider
- Parameters:
asn- The Autonomous System Number (ASN) of the internet provider- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
asnOrg
IpOrganizationDetails.Builder asnOrg(String asnOrg)
The name of the organization that registered the ASN.
- Parameters:
asnOrg- The name of the organization that registered the ASN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isp
IpOrganizationDetails.Builder isp(String 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
IpOrganizationDetails.Builder org(String 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.
-
-