public static interface SearchAvailablePhoneNumbersResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<SearchAvailablePhoneNumbersResponse.Builder,SearchAvailablePhoneNumbersResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchAvailablePhoneNumbersResponse.Builder |
e164PhoneNumbers(Collection<String> e164PhoneNumbers)
Confines a search to just the phone numbers in the E.164 format.
|
SearchAvailablePhoneNumbersResponse.Builder |
e164PhoneNumbers(String... e164PhoneNumbers)
Confines a search to just the phone numbers in the E.164 format.
|
SearchAvailablePhoneNumbersResponse.Builder |
nextToken(String nextToken)
The token used to return the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAvailablePhoneNumbersResponse.Builder e164PhoneNumbers(Collection<String> e164PhoneNumbers)
Confines a search to just the phone numbers in the E.164 format.
e164PhoneNumbers - Confines a search to just the phone numbers in the E.164 format.SearchAvailablePhoneNumbersResponse.Builder e164PhoneNumbers(String... e164PhoneNumbers)
Confines a search to just the phone numbers in the E.164 format.
e164PhoneNumbers - Confines a search to just the phone numbers in the E.164 format.SearchAvailablePhoneNumbersResponse.Builder nextToken(String nextToken)
The token used to return the next page of results.
nextToken - The token used to return the next page of results.Copyright © 2023. All rights reserved.