| Modifier and Type | Method and Description |
|---|---|
DynamoGetItem.Builder |
DynamoGetItem.Builder.consistentRead(Boolean consistentRead)
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;
|
static DynamoGetItem.Builder |
DynamoGetItem.Builder.create()
EXPERIMENTAL
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.expressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.partitionKey(DynamoAttribute partitionKey)
A attribute representing the partition key of the item to retrieve.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.projectionExpression(List<DynamoProjectionExpression> projectionExpression)
An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.sortKey(DynamoAttribute sortKey)
A attribute representing the sort key of the item to retrieve.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.tableName(String tableName)
The name of the table containing the requested item.
|
Copyright © 2020. All rights reserved.