public static interface SearchContactsResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<SearchContactsResponse.Builder,SearchContactsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchContactsResponse.Builder |
contacts(Collection<ContactData> contacts)
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResponse.Builder |
contacts(Consumer<ContactData.Builder>... contacts)
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResponse.Builder |
contacts(ContactData... contacts)
The contacts that meet the specified set of filter criteria, in sort order.
|
SearchContactsResponse.Builder |
nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchContactsResponse.Builder |
totalCount(Integer totalCount)
The total number of contacts returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchContactsResponse.Builder contacts(Collection<ContactData> contacts)
The contacts that meet the specified set of filter criteria, in sort order.
contacts - The contacts that meet the specified set of filter criteria, in sort order.SearchContactsResponse.Builder contacts(ContactData... contacts)
The contacts that meet the specified set of filter criteria, in sort order.
contacts - The contacts that meet the specified set of filter criteria, in sort order.SearchContactsResponse.Builder contacts(Consumer<ContactData.Builder>... contacts)
The contacts that meet the specified set of filter criteria, in sort order.
This is a convenience method that creates an instance of theContactData.Builder avoiding the need to
create one manually via ContactData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #contacts(List.
contacts - a consumer that will call methods on
ContactData.Builder#contacts(java.util.Collection) SearchContactsResponse.Builder nextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.SearchContactsResponse.Builder totalCount(Integer totalCount)
The total number of contacts returned.
totalCount - The total number of contacts returned.Copyright © 2023. All rights reserved.