public static interface GetQueryResultsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetQueryResultsResponse.Builder,GetQueryResultsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultsResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
default GetQueryResultsResponse.Builder |
resultSet(Consumer<ResultSet.Builder> resultSet)
The results of the query execution.
|
GetQueryResultsResponse.Builder |
resultSet(ResultSet resultSet)
The results of the query execution.
|
GetQueryResultsResponse.Builder |
updateCount(Long updateCount)
The number of rows inserted with a
CREATE TABLE AS SELECT statement. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetQueryResultsResponse.Builder updateCount(Long updateCount)
The number of rows inserted with a CREATE TABLE AS SELECT statement.
updateCount - The number of rows inserted with a CREATE TABLE AS SELECT statement.GetQueryResultsResponse.Builder resultSet(ResultSet resultSet)
The results of the query execution.
resultSet - The results of the query execution.default GetQueryResultsResponse.Builder resultSet(Consumer<ResultSet.Builder> resultSet)
The results of the query execution.
This is a convenience method that creates an instance of theResultSet.Builder avoiding the need to
create one manually via ResultSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to resultSet(ResultSet).
resultSet - a consumer that will call methods on ResultSet.BuilderresultSet(ResultSet)GetQueryResultsResponse.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of
the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the
response object of the previous page call.Copyright © 2023. All rights reserved.