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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Organization.Builderasn(String asn)The Autonomous System Number (ASN) of the internet provider of the remote IP address.Organization.BuilderasnOrg(String asnOrg)The organization that registered this ASN.Organization.Builderisp(String isp)The ISP information for the internet provider.Organization.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
Organization.Builder asn(String 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
Organization.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
Organization.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.
-
-