public class DynamoDBTransactionLoadExpression extends Object
Constructor and Description |
---|
DynamoDBTransactionLoadExpression() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getExpressionAttributeNames()
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
|
String |
getProjectionExpression()
A string that identifies one or more attributes of the specified item to retrieve from the table.
|
DynamoDBTransactionLoadExpression |
withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in the ProjectionExpression parameter.
|
DynamoDBTransactionLoadExpression |
withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes of the specified item to retrieve from the table.
|
public DynamoDBTransactionLoadExpression withProjectionExpression(String projectionExpression)
public String getProjectionExpression()
public DynamoDBTransactionLoadExpression withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
Copyright © 2023. All rights reserved.