public static interface ListNotebookSessionsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListNotebookSessionsResponse.Builder,ListNotebookSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNotebookSessionsResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNotebookSessionsResponse.Builder |
notebookSessionsList(Collection<NotebookSessionSummary> notebookSessionsList)
A list of the sessions belonging to the notebook.
|
ListNotebookSessionsResponse.Builder |
notebookSessionsList(Consumer<NotebookSessionSummary.Builder>... notebookSessionsList)
A list of the sessions belonging to the notebook.
|
ListNotebookSessionsResponse.Builder |
notebookSessionsList(NotebookSessionSummary... notebookSessionsList)
A list of the sessions belonging to the notebook.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotebookSessionsResponse.Builder notebookSessionsList(Collection<NotebookSessionSummary> notebookSessionsList)
A list of the sessions belonging to the notebook.
notebookSessionsList - A list of the sessions belonging to the notebook.ListNotebookSessionsResponse.Builder notebookSessionsList(NotebookSessionSummary... notebookSessionsList)
A list of the sessions belonging to the notebook.
notebookSessionsList - A list of the sessions belonging to the notebook.ListNotebookSessionsResponse.Builder notebookSessionsList(Consumer<NotebookSessionSummary.Builder>... notebookSessionsList)
A list of the sessions belonging to the notebook.
This is a convenience method that creates an instance of theNotebookSessionSummary.Builder avoiding the need to
create one manually via NotebookSessionSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #notebookSessionsList(List.
notebookSessionsList - a consumer that will call methods on
NotebookSessionSummary.Builder#notebookSessionsList(java.util.Collection) ListNotebookSessionsResponse.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of
the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the
response object of the previous page call.Copyright © 2023. All rights reserved.