@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:02:02.743Z") @Stability(value=Experimental) public interface DynamoGetItemProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoGetItemProps.Builder
A builder for
DynamoGetItemProps |
static class |
DynamoGetItemProps.Jsii$Proxy
An implementation for
DynamoGetItemProps |
| Modifier and Type | Method and Description |
|---|---|
static DynamoGetItemProps.Builder |
builder() |
default Boolean |
getConsistentRead()
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;
|
default Map<String,String> |
getExpressionAttributeNames()
One or more substitution tokens for attribute names in an expression.
|
DynamoAttribute |
getPartitionKey()
A attribute representing the partition key of the item to retrieve.
|
default List<DynamoProjectionExpression> |
getProjectionExpression()
An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
|
default DynamoConsumedCapacity |
getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
default DynamoAttribute |
getSortKey()
A attribute representing the sort key of the item to retrieve.
|
String |
getTableName()
The name of the table containing the requested item.
|
@Stability(value=Experimental) @NotNull DynamoAttribute getPartitionKey()
EXPERIMENTAL
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-Key@Stability(value=Experimental) @NotNull String getTableName()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Boolean getConsistentRead()
otherwise, the operation uses eventually consistent reads.
Default: false
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,String> getExpressionAttributeNames()
Default: - No expression attributes
EXPERIMENTAL
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ExpressionAttributeNames@Stability(value=Experimental) @Nullable default List<DynamoProjectionExpression> getProjectionExpression()
These attributes can include scalars, sets, or elements of a JSON document.
Default: - No projection expression
EXPERIMENTAL
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ProjectionExpression@Stability(value=Experimental) @Nullable default DynamoConsumedCapacity getReturnConsumedCapacity()
Default: DynamoConsumedCapacity.NONE
EXPERIMENTAL
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-ReturnConsumedCapacity@Stability(value=Experimental) @Nullable default DynamoAttribute getSortKey()
Default: - No sort key
EXPERIMENTAL
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html#DDB-GetItem-request-Key@Stability(value=Experimental) static DynamoGetItemProps.Builder builder()
DynamoGetItemProps.Builder of DynamoGetItemPropsCopyright © 2020. All rights reserved.