Struct aws_sdk_dynamodb::input::execute_statement_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExecuteStatementInput
Implementations
The PartiQL statement representing the operation to run.
The PartiQL statement representing the operation to run.
Appends an item to parameters
.
To override the contents of this collection use set_parameters
.
The parameters for the PartiQL statement, if any.
The parameters for the PartiQL statement, if any.
The consistency of a read operation. If set to true
, then a strongly
consistent read is used; otherwise, an eventually consistent read is used.
The consistency of a read operation. If set to true
, then a strongly
consistent read is used; otherwise, an eventually consistent read is used.
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.
Consumes the builder and constructs a ExecuteStatementInput
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