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 |
queryExecutionId(String queryExecutionId)
The unique ID of the query execution.
|
GetQueryResultsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.