public static interface ListQueryExecutionsRequest.Builder extends AthenaRequest.Builder, CopyableBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueryExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of query executions to return in this request.
|
ListQueryExecutionsRequest.Builder |
nextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
|
ListQueryExecutionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListQueryExecutionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListQueryExecutionsRequest.Builder nextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
nextToken - The token that specifies where to start pagination if a previous request was truncated.ListQueryExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of query executions to return in this request.
maxResults - The maximum number of query executions to return in this request.ListQueryExecutionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListQueryExecutionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.