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.
|
build
requestOverrideConfig
copy
apply, build
ListQueryExecutionsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListQueryExecutionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.