public static interface GetQueryResultsRequest.Builder extends AthenaRequest.Builder, CopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results (rows) to return in this request.
|
GetQueryResultsRequest.Builder |
nextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
|
GetQueryResultsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetQueryResultsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetQueryResultsRequest.Builder |
queryExecutionId(String queryExecutionId)
The unique ID of the query execution.
|
buildoverrideConfigurationcopyapplyMutation, buildGetQueryResultsRequest.Builder queryExecutionId(String queryExecutionId)
The unique ID of the query execution.
queryExecutionId - The unique ID of the query execution.GetQueryResultsRequest.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.GetQueryResultsRequest.Builder maxResults(Integer maxResults)
The maximum number of results (rows) to return in this request.
maxResults - The maximum number of results (rows) to return in this request.GetQueryResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetQueryResultsRequest.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.