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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListNamedQueriesResponse.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 © 2022. All rights reserved.