#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchDeleteTableRowsOutput
Implementations
The updated workbook cursor after deleting the rows from the table.
The updated workbook cursor after deleting the rows from the table.
Appends an item to failed_batch_items.
To override the contents of this collection use set_failed_batch_items.
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
Consumes the builder and constructs a BatchDeleteTableRowsOutput
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
