public static interface NumberValidateResponse.Builder extends SdkPojo, CopyableBuilder<NumberValidateResponse.Builder,NumberValidateResponse>
Modifier and Type | Method and Description |
---|---|
NumberValidateResponse.Builder |
carrier(String carrier)
The carrier or servive provider that the phone number is currently registered with.
|
NumberValidateResponse.Builder |
city(String city)
The city where the phone number was originally registered.
|
NumberValidateResponse.Builder |
cleansedPhoneNumberE164(String cleansedPhoneNumberE164)
The cleansed phone number, shown in E.164 format.
|
NumberValidateResponse.Builder |
cleansedPhoneNumberNational(String cleansedPhoneNumberNational)
The cleansed phone number, shown in the local phone number format.
|
NumberValidateResponse.Builder |
country(String country)
The country or region where the phone number was originally registered.
|
NumberValidateResponse.Builder |
countryCodeIso2(String countryCodeIso2)
The two-character ISO code for the country or region where the phone number was originally registered.
|
NumberValidateResponse.Builder |
countryCodeNumeric(String countryCodeNumeric)
The numeric code for the country or region where the phone number was originally registered.
|
NumberValidateResponse.Builder |
county(String county)
The county where the phone number was originally registered.
|
NumberValidateResponse.Builder |
originalCountryCodeIso2(String originalCountryCodeIso2)
The two-character code (in ISO 3166-1 alpha-2 format) for the country or region in the request body.
|
NumberValidateResponse.Builder |
originalPhoneNumber(String originalPhoneNumber)
The phone number that you included in the request body.
|
NumberValidateResponse.Builder |
phoneType(String phoneType)
A description of the phone type.
|
NumberValidateResponse.Builder |
phoneTypeCode(Integer phoneTypeCode)
The phone type, represented by an integer.
|
NumberValidateResponse.Builder |
timezone(String timezone)
The time zone for the location where the phone number was originally registered.
|
NumberValidateResponse.Builder |
zipCode(String zipCode)
The postal code for the location where the phone number was originally registered.
|
copy
applyMutation, build
NumberValidateResponse.Builder carrier(String carrier)
carrier
- The carrier or servive provider that the phone number is currently registered with.NumberValidateResponse.Builder city(String city)
city
- The city where the phone number was originally registered.NumberValidateResponse.Builder cleansedPhoneNumberE164(String cleansedPhoneNumberE164)
cleansedPhoneNumberE164
- The cleansed phone number, shown in E.164 format.NumberValidateResponse.Builder cleansedPhoneNumberNational(String cleansedPhoneNumberNational)
cleansedPhoneNumberNational
- The cleansed phone number, shown in the local phone number format.NumberValidateResponse.Builder country(String country)
country
- The country or region where the phone number was originally registered.NumberValidateResponse.Builder countryCodeIso2(String countryCodeIso2)
countryCodeIso2
- The two-character ISO code for the country or region where the phone number was originally registered.NumberValidateResponse.Builder countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric
- The numeric code for the country or region where the phone number was originally registered.NumberValidateResponse.Builder county(String county)
county
- The county where the phone number was originally registered.NumberValidateResponse.Builder originalCountryCodeIso2(String originalCountryCodeIso2)
originalCountryCodeIso2
- The two-character code (in ISO 3166-1 alpha-2 format) for the country or region in the request body.NumberValidateResponse.Builder originalPhoneNumber(String originalPhoneNumber)
originalPhoneNumber
- The phone number that you included in the request body.NumberValidateResponse.Builder phoneType(String phoneType)
phoneType
- A description of the phone type. Possible values are MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and
OTHER.NumberValidateResponse.Builder phoneTypeCode(Integer phoneTypeCode)
phoneTypeCode
- The phone type, represented by an integer. Possible values include 0 (MOBILE), 1 (LANDLINE), 2 (VOIP),
3 (INVALID), 4 (OTHER), and 5 (PREPAID).NumberValidateResponse.Builder timezone(String timezone)
timezone
- The time zone for the location where the phone number was originally registered.NumberValidateResponse.Builder zipCode(String zipCode)
zipCode
- The postal code for the location where the phone number was originally registered.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.