public static interface ListNamedQueriesResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListNamedQueriesResponse.Builder,ListNamedQueriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNamedQueriesResponse.Builder |
namedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
|
ListNamedQueriesResponse.Builder |
namedQueryIds(String... namedQueryIds)
The list of unique query IDs.
|
ListNamedQueriesResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNamedQueriesResponse.Builder namedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
namedQueryIds - The list of unique query IDs.ListNamedQueriesResponse.Builder namedQueryIds(String... namedQueryIds)
The list of unique query IDs.
namedQueryIds - The list of unique query IDs.ListNamedQueriesResponse.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.