static ListTableRowsResponse.Builder |
ListTableRowsResponse.builder() |
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.columnIds(String... columnIds) |
The list of columns in the table whose row data is returned in the result.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.columnIds(Collection<String> columnIds) |
The list of columns in the table whose row data is returned in the result.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.nextToken(String nextToken) |
Provides the pagination token to load the next page if there are more results matching the request.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rowIdsNotFound(String... rowIdsNotFound) |
The list of row ids included in the request that were not found in the table.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rowIdsNotFound(Collection<String> rowIdsNotFound) |
The list of row ids included in the request that were not found in the table.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rows(Collection<TableRow> rows) |
The list of rows in the table.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rows(Consumer<TableRow.Builder>... rows) |
The list of rows in the table.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rows(TableRow... rows) |
The list of rows in the table.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.toBuilder() |
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.workbookCursor(Long workbookCursor) |
Indicates the cursor of the workbook at which the data returned by this request is read.
|