Interface ContactInformation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ContactInformation.Builder,,- ContactInformation> - SdkBuilder<ContactInformation.Builder,,- ContactInformation> - SdkPojo
- Enclosing class:
- ContactInformation
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
addressLine1The 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.
 
- 
addressLine2The 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.
 
- 
addressLine3The 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.
 
- 
cityThe 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.
 
- 
companyNameThe 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.
 
- 
countryCodeThe 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.
 
- 
districtOrCountyThe 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.
 
- 
fullNameThe 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.
 
- 
phoneNumberThe 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.
 
- 
postalCodeThe 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.
 
- 
stateOrRegionThe 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, and- BR.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
websiteUrlThe 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.
 
 
-