public static interface ListContactsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListContactsResponse.Builder,ListContactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
contacts(Collection<Contact> contacts)
The contacts present in a specific contact list.
|
ListContactsResponse.Builder |
contacts(Consumer<Contact.Builder>... contacts)
The contacts present in a specific contact list.
|
ListContactsResponse.Builder |
contacts(Contact... contacts)
The contacts present in a specific contact list.
|
ListContactsResponse.Builder |
nextToken(String nextToken)
A string token indicating that there might be additional contacts available to be listed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactsResponse.Builder contacts(Collection<Contact> contacts)
The contacts present in a specific contact list.
contacts - The contacts present in a specific contact list.ListContactsResponse.Builder contacts(Contact... contacts)
The contacts present in a specific contact list.
contacts - The contacts present in a specific contact list.ListContactsResponse.Builder contacts(Consumer<Contact.Builder>... contacts)
The contacts present in a specific contact list.
This is a convenience 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 #contacts(List) .contacts - a consumer that will call methods on List.Builder #contacts(List) ListContactsResponse.Builder nextToken(String nextToken)
A string token indicating that there might be additional contacts available to be listed. Copy this token to
a subsequent call to ListContacts with the same parameters to retrieve the next page of
contacts.
nextToken - A string token indicating that there might be additional contacts available to be listed. Copy this
token to a subsequent call to ListContacts with the same parameters to retrieve the next
page of contacts.Copyright © 2021. All rights reserved.