public static interface SearchAvailablePhoneNumbersResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchAvailablePhoneNumbersResponse.Builder,SearchAvailablePhoneNumbersResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchAvailablePhoneNumbersResponse.Builder |
availableNumbersList(AvailableNumberSummary... availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution
group.
|
SearchAvailablePhoneNumbersResponse.Builder |
availableNumbersList(Collection<AvailableNumberSummary> availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution
group.
|
SearchAvailablePhoneNumbersResponse.Builder |
availableNumbersList(Consumer<AvailableNumberSummary.Builder>... availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution
group.
|
SearchAvailablePhoneNumbersResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAvailablePhoneNumbersResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.SearchAvailablePhoneNumbersResponse.Builder availableNumbersList(Collection<AvailableNumberSummary> availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
availableNumbersList - A list of available phone numbers that you can claim to your Amazon Connect instance or traffic
distribution group.SearchAvailablePhoneNumbersResponse.Builder availableNumbersList(AvailableNumberSummary... availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
availableNumbersList - A list of available phone numbers that you can claim to your Amazon Connect instance or traffic
distribution group.SearchAvailablePhoneNumbersResponse.Builder availableNumbersList(Consumer<AvailableNumberSummary.Builder>... availableNumbersList)
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
This is a convenience method that creates an instance of theAvailableNumberSummary.Builder avoiding the need to
create one manually via
AvailableNumberSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #availableNumbersList(List.
availableNumbersList - a consumer that will call methods on
AvailableNumberSummary.Builder#availableNumbersList(java.util.Collection) Copyright © 2023. All rights reserved.