Struct aws_sdk_honeycode::output::query_table_rows_output::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for QueryTableRowsOutput
Implementations
Appends an item to column_ids.
To override the contents of this collection use set_column_ids.
The list of columns in the table whose row data is returned in the result.
The list of columns in the table whose row data is returned in the result.
Appends an item to rows.
To override the contents of this collection use set_rows.
The list of rows in the table that match the query filter.
The list of rows in the table that match the query filter.
Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the request has been loaded.
Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the request has been loaded.
Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor keeps increasing with every update and the increments are not sequential.
Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor keeps increasing with every update and the increments are not sequential.
Consumes the builder and constructs a QueryTableRowsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
