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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListQueryExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListQueryExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.