Interface NumberValidateRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NumberValidateRequest.Builder,NumberValidateRequest>,SdkBuilder<NumberValidateRequest.Builder,NumberValidateRequest>,SdkPojo
- Enclosing class:
- NumberValidateRequest
public static interface NumberValidateRequest.Builder extends SdkPojo, CopyableBuilder<NumberValidateRequest.Builder,NumberValidateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumberValidateRequest.BuilderisoCountryCode(String isoCountryCode)The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.NumberValidateRequest.BuilderphoneNumber(String phoneNumber)The phone number to retrieve information about.-
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
-
isoCountryCode
NumberValidateRequest.Builder isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
- Parameters:
isoCountryCode- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
NumberValidateRequest.Builder phoneNumber(String phoneNumber)
The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.
- Parameters:
phoneNumber- The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-