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 method that creates an instance of theContactList.Builder avoiding the need to create one
manually via ContactList.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #contactLists(List.
contactLists - a consumer that will call methods on
ContactList.Builder#contactLists(java.util.Collection) 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 © 2022. All rights reserved.