Struct aws_sdk_dynamodb::input::execute_transaction_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ExecuteTransactionInput
Implementations
Appends an item to transact_statements
.
To override the contents of this collection use set_transact_statements
.
The list of PartiQL statements representing the transaction to run.
The list of PartiQL statements representing the transaction to run.
Set this value to get remaining results, if NextToken
was returned in the statement response.
Set this value to get remaining results, if NextToken
was returned in the statement response.
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
Consumes the builder and constructs a ExecuteTransactionInput
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