public static interface ListNamedQueriesRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListNamedQueriesRequest.Builder,ListNamedQueriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNamedQueriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of queries to return in this request.
|
ListNamedQueriesRequest.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNamedQueriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNamedQueriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNamedQueriesRequest.Builder |
workGroup(String workGroup)
The name of the workgroup from which the named queries are being returned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNamedQueriesRequest.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.ListNamedQueriesRequest.Builder maxResults(Integer maxResults)
The maximum number of queries to return in this request.
maxResults - The maximum number of queries to return in this request.ListNamedQueriesRequest.Builder workGroup(String workGroup)
The name of the workgroup from which the named queries are being returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.
workGroup - The name of the workgroup from which the named queries are being returned. If a workgroup is not
specified, the saved queries for the primary workgroup are returned.ListNamedQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNamedQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.