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 method that creates an instance of theContact.Builder avoiding the need to create one manually
via Contact.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
Contact.Builder#contacts(java.util.Collection) 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 © 2023. All rights reserved.