|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.datamodeling.DynamoDBQueryExpression
public class DynamoDBQueryExpression
A query expression
Constructor Summary | |
---|---|
DynamoDBQueryExpression(AttributeValue hashKeyValue)
|
Method Summary | |
---|---|
Key |
getExclusiveStartKey()
Returns the exclusive start key for this query. |
AttributeValue |
getHashKeyValue()
Returns the hash key value to match. |
Integer |
getLimit()
Returns the limit of items to return from this query. |
Condition |
getRangeKeyCondition()
Returns the range key condition for this query. |
boolean |
isConsistentRead()
Returns whether this query uses consistent reads |
boolean |
isScanIndexForward()
Returns whether this query scans forward. |
void |
setConsistentRead(boolean consistentRead)
Sets whether this query uses consistent reads. |
void |
setExclusiveStartKey(Key exclusiveStartKey)
Sets the exclusive start key for this query. |
void |
setHashKeyValue(AttributeValue hashKeyValue)
Sets the hash key value for this query to match. |
void |
setLimit(Integer limit)
Sets the limit of items to return from this query. |
void |
setRangeKeyCondition(Condition rangeKeyCondition)
Sets the range key condition for this query. |
void |
setScanIndexForward(boolean scanIndexForward)
Sets whether this query scans forward. |
DynamoDBQueryExpression |
withConsistentRead(boolean consistentRead)
Sets whether this query uses consistent reads and returns a pointer to this object for method-chaining. |
DynamoDBQueryExpression |
withExclusiveStartKey(Key exclusiveStartKey)
Sets the exclusive start key for this query and returns a pointer to this object for method-chaining. |
DynamoDBQueryExpression |
withHashKeyValue(AttributeValue hashKeyValue)
Sets the hash key value for this query to match and returns a pointer to this object for method-chaining. |
DynamoDBQueryExpression |
withLimit(Integer limit)
Sets the limit of items to return from this query and returns a pointer to this object for method-chaining. |
DynamoDBQueryExpression |
withRangeKeyCondition(Condition rangeKeyCondition)
Sets the range key condition for this query and returns a pointer to this object for method-chaining. |
DynamoDBQueryExpression |
withScanIndexForward(boolean scanIndexForward)
Sets whether this query scans forward and returns a pointer to this object for method-chaining. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamoDBQueryExpression(AttributeValue hashKeyValue)
Method Detail |
---|
public boolean isConsistentRead()
public void setConsistentRead(boolean consistentRead)
public DynamoDBQueryExpression withConsistentRead(boolean consistentRead)
public boolean isScanIndexForward()
public void setScanIndexForward(boolean scanIndexForward)
public DynamoDBQueryExpression withScanIndexForward(boolean scanIndexForward)
public AttributeValue getHashKeyValue()
public void setHashKeyValue(AttributeValue hashKeyValue)
public DynamoDBQueryExpression withHashKeyValue(AttributeValue hashKeyValue)
public Condition getRangeKeyCondition()
public void setRangeKeyCondition(Condition rangeKeyCondition)
public DynamoDBQueryExpression withRangeKeyCondition(Condition rangeKeyCondition)
public Key getExclusiveStartKey()
public void setExclusiveStartKey(Key exclusiveStartKey)
public DynamoDBQueryExpression withExclusiveStartKey(Key exclusiveStartKey)
public Integer getLimit()
public void setLimit(Integer limit)
public DynamoDBQueryExpression withLimit(Integer limit)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |