#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchCreateTableRowsOutput
Implementations
The updated workbook cursor after adding the new rows at the end of the table.
The updated workbook cursor after adding the new rows at the end of the table.
Adds a key-value pair to created_rows.
To override the contents of this collection use set_created_rows.
The map of batch item id to the row id that was created for that item.
The map of batch item id to the row id that was created for that item.
Appends an item to failed_batch_items.
To override the contents of this collection use set_failed_batch_items.
The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.
The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.
Consumes the builder and constructs a BatchCreateTableRowsOutput
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
