@Stability(value=Experimental) public static final class DynamoGetItemProps.Builder extends Object
DynamoGetItemProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public DynamoGetItemProps.Builder partitionKey(DynamoAttribute partitionKey)
DynamoGetItemProps.getPartitionKey()partitionKey - A attribute representing the partition key of the item to retrieve. This parameter is required.this@Stability(value=Experimental) public DynamoGetItemProps.Builder tableName(String tableName)
DynamoGetItemProps.getTableName()tableName - The name of the table containing the requested item. This parameter is required.this@Stability(value=Experimental) public DynamoGetItemProps.Builder consistentRead(Boolean consistentRead)
DynamoGetItemProps.getConsistentRead()consistentRead - Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;.
otherwise, the operation uses eventually consistent reads.this@Stability(value=Experimental) public DynamoGetItemProps.Builder expressionAttributeNames(Map<String,String> expressionAttributeNames)
DynamoGetItemProps.getExpressionAttributeNames()expressionAttributeNames - One or more substitution tokens for attribute names in an expression.this@Stability(value=Experimental) public DynamoGetItemProps.Builder projectionExpression(List<DynamoProjectionExpression> projectionExpression)
DynamoGetItemProps.getProjectionExpression()projectionExpression - An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
These attributes can include scalars, sets, or elements of a JSON document.this@Stability(value=Experimental) public DynamoGetItemProps.Builder returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
DynamoGetItemProps.getReturnConsumedCapacity()returnConsumedCapacity - Determines the level of detail about provisioned throughput consumption that is returned in the response.this@Stability(value=Experimental) public DynamoGetItemProps.Builder sortKey(DynamoAttribute sortKey)
DynamoGetItemProps.getSortKey()sortKey - A attribute representing the sort key of the item to retrieve.this@Stability(value=Experimental) public DynamoGetItemProps build()
DynamoGetItemPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.