public static interface SearchAvailablePhoneNumbersRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<SearchAvailablePhoneNumbersRequest.Builder,SearchAvailablePhoneNumbersRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchAvailablePhoneNumbersRequest.Builder |
areaCode(String areaCode)
Confines a search to just the phone numbers associated with the specified area code.
|
SearchAvailablePhoneNumbersRequest.Builder |
city(String city)
Confines a search to just the phone numbers associated with the specified city.
|
SearchAvailablePhoneNumbersRequest.Builder |
country(String country)
Confines a search to just the phone numbers associated with the specified country.
|
SearchAvailablePhoneNumbersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
SearchAvailablePhoneNumbersRequest.Builder |
nextToken(String nextToken)
The token used to return the next page of results.
|
SearchAvailablePhoneNumbersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchAvailablePhoneNumbersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchAvailablePhoneNumbersRequest.Builder |
phoneNumberType(PhoneNumberType phoneNumberType)
Confines a search to just the phone numbers associated with the specified phone number type, either
local or toll-free.
|
SearchAvailablePhoneNumbersRequest.Builder |
phoneNumberType(String phoneNumberType)
Confines a search to just the phone numbers associated with the specified phone number type, either
local or toll-free.
|
SearchAvailablePhoneNumbersRequest.Builder |
state(String state)
Confines a search to just the phone numbers associated with the specified state.
|
SearchAvailablePhoneNumbersRequest.Builder |
tollFreePrefix(String tollFreePrefix)
Confines a search to just the phone numbers associated with the specified toll-free prefix.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAvailablePhoneNumbersRequest.Builder areaCode(String areaCode)
Confines a search to just the phone numbers associated with the specified area code.
areaCode - Confines a search to just the phone numbers associated with the specified area code.SearchAvailablePhoneNumbersRequest.Builder city(String city)
Confines a search to just the phone numbers associated with the specified city.
city - Confines a search to just the phone numbers associated with the specified city.SearchAvailablePhoneNumbersRequest.Builder country(String country)
Confines a search to just the phone numbers associated with the specified country.
country - Confines a search to just the phone numbers associated with the specified country.SearchAvailablePhoneNumbersRequest.Builder state(String state)
Confines a search to just the phone numbers associated with the specified state.
state - Confines a search to just the phone numbers associated with the specified state.SearchAvailablePhoneNumbersRequest.Builder tollFreePrefix(String tollFreePrefix)
Confines a search to just the phone numbers associated with the specified toll-free prefix.
tollFreePrefix - Confines a search to just the phone numbers associated with the specified toll-free prefix.SearchAvailablePhoneNumbersRequest.Builder phoneNumberType(String phoneNumberType)
Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free.
phoneNumberType - Confines a search to just the phone numbers associated with the specified phone number type, either
local or toll-free.PhoneNumberType,
PhoneNumberTypeSearchAvailablePhoneNumbersRequest.Builder phoneNumberType(PhoneNumberType phoneNumberType)
Confines a search to just the phone numbers associated with the specified phone number type, either local or toll-free.
phoneNumberType - Confines a search to just the phone numbers associated with the specified phone number type, either
local or toll-free.PhoneNumberType,
PhoneNumberTypeSearchAvailablePhoneNumbersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.SearchAvailablePhoneNumbersRequest.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.SearchAvailablePhoneNumbersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchAvailablePhoneNumbersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.