CopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
, SdkBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
public static interface GetQueryResultsRequest.Builder extends CopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
GetQueryResultsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.