QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addAttributeToProject(String attributeToProject) |
Adds a single attribute name to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addNestedAttributesToProject(Collection<NestedAttributeName> nestedAttributeNames) |
Adds a collection of nested attributes to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addNestedAttributesToProject(NestedAttributeName... nestedAttributeNames) |
Adds a collection of nested attributes to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addNestedAttributeToProject(NestedAttributeName nestedAttributeName) |
Adds a single nested attribute to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.attributesToProject(String... attributesToProject) |
Sets one or more attribute names to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.attributesToProject(Collection<String> attributesToProject) |
Sets a collection of the attribute names to be retrieved from the database.
|
static QueryEnhancedRequest.Builder |
QueryEnhancedRequest.builder() |
Creates a newly initialized builder for a request object.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.consistentRead(Boolean consistentRead) |
Determines the read consistency model: If set to true, the operation uses strongly consistent reads; otherwise,
the operation uses eventually consistent reads.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.exclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey) |
The primary key of the first item that this operation will evaluate.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.filterExpression(Expression filterExpression) |
Refines the query results by applying the filter expression on the results returned
from the query and discards items that do not match.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.limit(Integer limit) |
Sets a limit on how many items to evaluate in the query.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.queryConditional(QueryConditional queryConditional) |
Determines the matching conditions for this query request.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) |
Whether to return the capacity consumed by this operation.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) |
Whether to return the capacity consumed by this operation.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.scanIndexForward(Boolean scanIndexForward) |
Results are sorted by sort key in ascending order if scanIndexForward is true.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.select(Select select) |
Determines the attributes to be returned in the result.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.toBuilder() |
Returns a builder initialized with all existing values on the request object.
|