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