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 |
returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a
condition check.
|
BatchStatementRequest.Builder |
returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a
condition check.
|
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.BatchStatementRequest.Builder returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
returnValuesOnConditionCheckFailure - An optional parameter that returns the item attributes for a PartiQL batch request operation that
failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
ReturnValuesOnConditionCheckFailure,
ReturnValuesOnConditionCheckFailureBatchStatementRequest.Builder returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
returnValuesOnConditionCheckFailure - An optional parameter that returns the item attributes for a PartiQL batch request operation that
failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
ReturnValuesOnConditionCheckFailure,
ReturnValuesOnConditionCheckFailureCopyright © 2023. All rights reserved.