public static interface ListPagesByContactResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListPagesByContactResponse.Builder,ListPagesByContactResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPagesByContactResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListPagesByContactResponse.Builder |
pages(Collection<Page> pages)
The list of engagements to a contact's contact channel.
|
ListPagesByContactResponse.Builder |
pages(Consumer<Page.Builder>... pages)
The list of engagements to a contact's contact channel.
|
ListPagesByContactResponse.Builder |
pages(Page... pages)
The list of engagements to a contact's contact channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPagesByContactResponse.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListPagesByContactResponse.Builder pages(Collection<Page> pages)
The list of engagements to a contact's contact channel.
pages - The list of engagements to a contact's contact channel.ListPagesByContactResponse.Builder pages(Page... pages)
The list of engagements to a contact's contact channel.
pages - The list of engagements to a contact's contact channel.ListPagesByContactResponse.Builder pages(Consumer<Page.Builder>... pages)
The list of engagements to a contact's contact channel.
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 #pages(List) .pages - a consumer that will call methods on List.Builder #pages(List) Copyright © 2021. All rights reserved.