public static interface ParameterizedStatement.Builder extends SdkPojo, CopyableBuilder<ParameterizedStatement.Builder,ParameterizedStatement>
| Modifier and Type | Method and Description |
|---|---|
ParameterizedStatement.Builder |
parameters(AttributeValue... parameters)
The parameter values.
|
ParameterizedStatement.Builder |
parameters(Collection<AttributeValue> parameters)
The parameter values.
|
ParameterizedStatement.Builder |
parameters(Consumer<AttributeValue.Builder>... parameters)
The parameter values.
|
ParameterizedStatement.Builder |
returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatement
operation that failed a condition check. |
ParameterizedStatement.Builder |
returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL
ParameterizedStatement
operation that failed a condition check. |
ParameterizedStatement.Builder |
statement(String statement)
A PartiQL statment that uses parameters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameterizedStatement.Builder statement(String statement)
A PartiQL statment that uses parameters.
statement - A PartiQL statment that uses parameters.ParameterizedStatement.Builder parameters(Collection<AttributeValue> parameters)
The parameter values.
parameters - The parameter values.ParameterizedStatement.Builder parameters(AttributeValue... parameters)
The parameter values.
parameters - The parameter values.ParameterizedStatement.Builder parameters(Consumer<AttributeValue.Builder>... parameters)
The parameter values.
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) ParameterizedStatement.Builder returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL ParameterizedStatement
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
ParameterizedStatement 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,
ReturnValuesOnConditionCheckFailureParameterizedStatement.Builder returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure)
An optional parameter that returns the item attributes for a PartiQL ParameterizedStatement
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
ParameterizedStatement 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.