public static interface Get.Builder extends SdkPojo, CopyableBuilder<Get.Builder,Get>
Modifier and Type | Method and Description |
---|---|
Get.Builder |
expressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
|
Get.Builder |
key(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects that specifies the primary key of the item to
retrieve. |
Get.Builder |
projectionExpression(String projectionExpression)
A string that identifies one or more attributes of the specified item to retrieve from the table.
|
Get.Builder |
tableName(String tableName)
The name of the table from which to retrieve the specified item.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Get.Builder key(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue
objects that specifies the primary key of the item to
retrieve.
key
- A map of attribute names to AttributeValue
objects that specifies the primary key of the
item to retrieve.Get.Builder tableName(String tableName)
The name of the table from which to retrieve the specified item.
tableName
- The name of the table from which to retrieve the specified item.Get.Builder projectionExpression(String projectionExpression)
A string that identifies one or more attributes of the specified item to retrieve from the table. The attributes in the expression must be separated by commas. If no attribute names are specified, then all attributes of the specified item are returned. If any of the requested attributes are not found, they do not appear in the result.
projectionExpression
- A string that identifies one or more attributes of the specified item to retrieve from the table. The
attributes in the expression must be separated by commas. If no attribute names are specified, then
all attributes of the specified item are returned. If any of the requested attributes are not found,
they do not appear in the result.Get.Builder expressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
expressionAttributeNames
- One or more substitution tokens for attribute names in the ProjectionExpression parameter.Copyright © 2021. All rights reserved.