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