ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addAttributeToProject(String attributeToProject) |
Adds a single attribute name to be retrieved from the database.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addNestedAttributesToProject(Collection<NestedAttributeName> nestedAttributeNames) |
Adds a collection of nested attributes to be retrieved from the database.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addNestedAttributesToProject(NestedAttributeName... nestedAttributeNames) |
Adds a collection of nested attributes to be retrieved from the database.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addNestedAttributeToProject(NestedAttributeName nestedAttributeName) |
Adds a single nested attribute to be retrieved from the database.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.attributesToProject(String... attributesToProject) |
Sets one or more attribute names to be retrieved from the database.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.attributesToProject(Collection<String> attributesToProject) |
Sets a collection of the attribute names to be retrieved from the database.
|
static ScanEnhancedRequest.Builder |
ScanEnhancedRequest.builder() |
Creates a newly initialized builder for a request object.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.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.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.exclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey) |
The primary key of the first item that this operation will evaluate.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.filterExpression(Expression filterExpression) |
Refines the scan results by applying the filter expression on the results returned
from the scan and discards items that do not match.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.limit(Integer limit) |
Sets a limit on how many items to evaluate in the scan.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) |
Whether to return the capacity consumed by this operation.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) |
Whether to return the capacity consumed by this operation.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.segment(Integer segment) |
For a parallel Scan request, Segment identifies an individual segment to be scanned by an application worker.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.select(Select select) |
Determines the attributes to be returned in the result.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.toBuilder() |
Returns a builder initialized with all existing values on the request object.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.totalSegments(Integer totalSegments) |
For a parallel Scan request, TotalSegments represents the total number of segments into
which the Scan operation will be divided.
|