static ExecuteStatementResponse.Builder |
ExecuteStatementResponse.builder() |
|
default ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) |
Sets the value of the ConsumedCapacity property for this object.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.consumedCapacity(ConsumedCapacity consumedCapacity) |
Sets the value of the ConsumedCapacity property for this object.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.items(Collection<? extends Map<String,AttributeValue>> items) |
If a read operation was used, this property will contain the result of the read operation; a map of attribute
names and their values.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.items(Map<String,AttributeValue>... items) |
If a read operation was used, this property will contain the result of the read operation; a map of attribute
names and their values.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.lastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey) |
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.nextToken(String nextToken) |
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the
response.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.toBuilder() |
|