public static interface ListPhoneNumbersResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersResponse.Builder,ListPhoneNumbersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListPhoneNumbersResponse.Builder |
phoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
ListPhoneNumbersResponse.Builder |
phoneNumberSummaryList(Consumer<PhoneNumberSummary.Builder>... phoneNumberSummaryList)
Information about the phone numbers.
|
ListPhoneNumbersResponse.Builder |
phoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPhoneNumbersResponse.Builder phoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
phoneNumberSummaryList - Information about the phone numbers.ListPhoneNumbersResponse.Builder phoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
phoneNumberSummaryList - Information about the phone numbers.ListPhoneNumbersResponse.Builder phoneNumberSummaryList(Consumer<PhoneNumberSummary.Builder>... phoneNumberSummaryList)
Information about the phone numbers.
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 #phoneNumberSummaryList(List) .phoneNumberSummaryList - a consumer that will call methods on List.Builder #phoneNumberSummaryList(List) ListPhoneNumbersResponse.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.Copyright © 2022. All rights reserved.