public static interface BatchStatementRequest.Builder extends SdkPojo, CopyableBuilder<BatchStatementRequest.Builder,BatchStatementRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchStatementRequest.Builder |
consistentRead(Boolean consistentRead)
The read consistency of the PartiQL batch request.
|
BatchStatementRequest.Builder |
parameters(AttributeValue... parameters)
The parameters associated with a PartiQL statement in the batch request.
|
BatchStatementRequest.Builder |
parameters(Collection<AttributeValue> parameters)
The parameters associated with a PartiQL statement in the batch request.
|
BatchStatementRequest.Builder |
parameters(Consumer<AttributeValue.Builder>... parameters)
The parameters associated with a PartiQL statement in the batch request.
|
BatchStatementRequest.Builder |
statement(String statement)
A valid PartiQL statement.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStatementRequest.Builder statement(String statement)
A valid PartiQL statement.
statement - A valid PartiQL statement.BatchStatementRequest.Builder parameters(Collection<AttributeValue> parameters)
The parameters associated with a PartiQL statement in the batch request.
parameters - The parameters associated with a PartiQL statement in the batch request.BatchStatementRequest.Builder parameters(AttributeValue... parameters)
The parameters associated with a PartiQL statement in the batch request.
parameters - The parameters associated with a PartiQL statement in the batch request.BatchStatementRequest.Builder parameters(Consumer<AttributeValue.Builder>... parameters)
The parameters associated with a PartiQL statement in the batch request.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need to create one
manually via AttributeValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
AttributeValue.Builder#parameters(java.util.Collection) BatchStatementRequest.Builder consistentRead(Boolean consistentRead)
The read consistency of the PartiQL batch request.
consistentRead - The read consistency of the PartiQL batch request.Copyright © 2023. All rights reserved.