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