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 or traffic
distribution groups.
|
ListPhoneNumbersV2Response.Builder |
listPhoneNumbersSummaryList(Consumer<ListPhoneNumbersSummary.Builder>... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic
distribution groups.
|
ListPhoneNumbersV2Response.Builder |
listPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic
distribution groups.
|
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 or traffic distribution groups.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances or traffic
distribution groups.ListPhoneNumbersV2Response.Builder listPhoneNumbersSummaryList(ListPhoneNumbersSummary... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
listPhoneNumbersSummaryList - Information about phone numbers that have been claimed to your Amazon Connect instances or traffic
distribution groups.ListPhoneNumbersV2Response.Builder listPhoneNumbersSummaryList(Consumer<ListPhoneNumbersSummary.Builder>... listPhoneNumbersSummaryList)
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
This is a convenience method that creates an instance of theListPhoneNumbersSummary.Builder avoiding the need to
create one manually via
ListPhoneNumbersSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #listPhoneNumbersSummaryList(List.
listPhoneNumbersSummaryList - a consumer that will call methods on
ListPhoneNumbersSummary.Builder#listPhoneNumbersSummaryList(java.util.Collection) Copyright © 2023. All rights reserved.