public static interface NumberValidateRequest.Builder extends SdkPojo, CopyableBuilder<NumberValidateRequest.Builder,NumberValidateRequest>
Modifier and Type | Method and Description |
---|---|
NumberValidateRequest.Builder |
isoCountryCode(String isoCountryCode)
(Optional) The two-character ISO country code for the country or region where the phone number was originally
registered.
|
NumberValidateRequest.Builder |
phoneNumber(String phoneNumber)
The phone number to get information about.
|
copy
applyMutation, build
NumberValidateRequest.Builder isoCountryCode(String isoCountryCode)
isoCountryCode
- (Optional) The two-character ISO country code for the country or region where the phone number was
originally registered.NumberValidateRequest.Builder phoneNumber(String phoneNumber)
phoneNumber
- The phone number to get information about. The phone number that you provide should include a country
code. If the number doesn't include a valid country code, the operation might result in an error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.