public static interface ListNotebookSessionsRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListNotebookSessionsRequest.Builder,ListNotebookSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNotebookSessionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of notebook sessions to return.
|
ListNotebookSessionsRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNotebookSessionsRequest.Builder |
notebookId(String notebookId)
The ID of the notebook to list sessions for.
|
ListNotebookSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotebookSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotebookSessionsRequest.Builder notebookId(String notebookId)
The ID of the notebook to list sessions for.
notebookId - The ID of the notebook to list sessions for.ListNotebookSessionsRequest.Builder maxResults(Integer maxResults)
The maximum number of notebook sessions to return.
maxResults - The maximum number of notebook sessions to return.ListNotebookSessionsRequest.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.ListNotebookSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNotebookSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.