Interface ContactInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactInformation.Builder,
,ContactInformation> SdkBuilder<ContactInformation.Builder,
,ContactInformation> SdkPojo
- Enclosing class:
ContactInformation
-
Method Summary
Modifier and TypeMethodDescriptionaddressLine1
(String addressLine1) The first line of the primary contact address.addressLine2
(String addressLine2) The second line of the primary contact address, if any.addressLine3
(String addressLine3) The third line of the primary contact address, if any.The city of the primary contact address.companyName
(String companyName) The name of the company associated with the primary contact information, if any.countryCode
(String countryCode) The ISO-3166 two-letter country code for the primary contact address.districtOrCounty
(String districtOrCounty) The district or county of the primary contact address, if any.The full name of the primary contact address.phoneNumber
(String phoneNumber) The phone number of the primary contact information.postalCode
(String postalCode) The postal code of the primary contact address.stateOrRegion
(String stateOrRegion) The state or region of the primary contact address.websiteUrl
(String websiteUrl) The URL of the website associated with the primary contact information, if any.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, sdkFieldNameToField, sdkFields
-
Method Details
-
addressLine1
The first line of the primary contact address.
- Parameters:
addressLine1
- The first line of the primary contact address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressLine2
The second line of the primary contact address, if any.
- Parameters:
addressLine2
- The second line of the primary contact address, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressLine3
The third line of the primary contact address, if any.
- Parameters:
addressLine3
- The third line of the primary contact address, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
city
The city of the primary contact address.
- Parameters:
city
- The city of the primary contact address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
companyName
The name of the company associated with the primary contact information, if any.
- Parameters:
companyName
- The name of the company associated with the primary contact information, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
The ISO-3166 two-letter country code for the primary contact address.
- Parameters:
countryCode
- The ISO-3166 two-letter country code for the primary contact address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
districtOrCounty
The district or county of the primary contact address, if any.
- Parameters:
districtOrCounty
- The district or county of the primary contact address, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fullName
The full name of the primary contact address.
- Parameters:
fullName
- The full name of the primary contact address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.
- Parameters:
phoneNumber
- The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
The postal code of the primary contact address.
- Parameters:
postalCode
- The postal code of the primary contact address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateOrRegion
The state or region of the primary contact address. If the mailing address is within the United States (US), the value in this field can be either a two character state code (for example,
NJ
) or the full state name (for example,New Jersey
). This field is required in the following countries:US
,CA
,GB
,DE
,JP
,IN
, andBR
.- Parameters:
stateOrRegion
- The state or region of the primary contact address. If the mailing address is within the United States (US), the value in this field can be either a two character state code (for example,NJ
) or the full state name (for example,New Jersey
). This field is required in the following countries:US
,CA
,GB
,DE
,JP
,IN
, andBR
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
websiteUrl
The URL of the website associated with the primary contact information, if any.
- Parameters:
websiteUrl
- The URL of the website associated with the primary contact information, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-