public static interface ListQueryExecutionsRequest.Builder extends AthenaRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListQueryExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.