static GetStatementResultV2Response.Builder |
GetStatementResultV2Response.builder() |
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.columnMetadata(Collection<ColumnMetadata> columnMetadata) |
The properties (metadata) of a column.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.columnMetadata(Consumer<ColumnMetadata.Builder>... columnMetadata) |
The properties (metadata) of a column.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.columnMetadata(ColumnMetadata... columnMetadata) |
The properties (metadata) of a column.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.nextToken(String nextToken) |
A value that indicates the starting point for the next set of response records in a subsequent request.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.records(Collection<QueryRecords> records) |
The results of the SQL statement in CSV format.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.records(Consumer<QueryRecords.Builder>... records) |
The results of the SQL statement in CSV format.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.records(QueryRecords... records) |
The results of the SQL statement in CSV format.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.resultFormat(String resultFormat) |
The data format of the result of the SQL statement.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.resultFormat(ResultFormatString resultFormat) |
The data format of the result of the SQL statement.
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.toBuilder() |
|
GetStatementResultV2Response.Builder |
GetStatementResultV2Response.Builder.totalNumRows(Long totalNumRows) |
The total number of rows in the result set returned from a query.
|