public static interface SearchSessionsResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<SearchSessionsResponse.Builder,SearchSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchSessionsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchSessionsResponse.Builder |
sessionSummaries(Collection<SessionSummary> sessionSummaries)
Summary information about the sessions.
|
SearchSessionsResponse.Builder |
sessionSummaries(Consumer<SessionSummary.Builder>... sessionSummaries)
Summary information about the sessions.
|
SearchSessionsResponse.Builder |
sessionSummaries(SessionSummary... sessionSummaries)
Summary information about the sessions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSessionsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.SearchSessionsResponse.Builder sessionSummaries(Collection<SessionSummary> sessionSummaries)
Summary information about the sessions.
sessionSummaries - Summary information about the sessions.SearchSessionsResponse.Builder sessionSummaries(SessionSummary... sessionSummaries)
Summary information about the sessions.
sessionSummaries - Summary information about the sessions.SearchSessionsResponse.Builder sessionSummaries(Consumer<SessionSummary.Builder>... sessionSummaries)
Summary information about the sessions.
This is a convenience method 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 #sessionSummaries(List) .sessionSummaries - a consumer that will call methods on List.Builder #sessionSummaries(List) Copyright © 2022. All rights reserved.