public static interface ListPhoneNumbersV2Response.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersV2Response.Builder,ListPhoneNumbersV2Response>
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersV2Response.Builder |
listPhoneNumbersSummaryList(Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances.
|
ListPhoneNumbersV2Response.Builder |
listPhoneNumbersSummaryList(Consumer<ListPhoneNumbersSummary.Builder>... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances.
|
ListPhoneNumbersV2Response.Builder |
listPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances.
|
ListPhoneNumbersV2Response.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPhoneNumbersV2Response.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.ListPhoneNumbersV2Response.Builder listPhoneNumbersSummaryList(Collection<ListPhoneNumbersSummary> listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances.ListPhoneNumbersV2Response.Builder listPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances.ListPhoneNumbersV2Response.Builder listPhoneNumbersSummaryList(Consumer<ListPhoneNumbersSummary.Builder>... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #listPhoneNumbersSummaryList(List) .listPhoneNumbersSummaryList - a consumer that will call methods on List.Builder #listPhoneNumbersSummaryList(List) Copyright © 2022. All rights reserved.