@Stability(value=Experimental) public static final class DynamoUpdateItemProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DynamoUpdateItemProps
DynamoUpdateItemPropssoftware.amazon.jsii.JsiiObject.InitializationModeDynamoUpdateItemProps.Builder, DynamoUpdateItemProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getConditionExpression()
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
|
Map<String,String> |
getExpressionAttributeNames()
One or more substitution tokens for attribute names in an expression.
|
DynamoAttributeValueMap |
getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
DynamoAttribute |
getPartitionKey()
The partition key of the item to be updated.
|
DynamoConsumedCapacity |
getReturnConsumedCapacity()
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoItemCollectionMetrics |
getReturnItemCollectionMetrics()
Determines whether item collection metrics are returned.
|
DynamoReturnValues |
getReturnValues()
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoAttribute |
getSortKey()
The sort key of the item to be updated.
|
String |
getTableName()
The name of the table containing the requested item.
|
String |
getUpdateExpression()
An expression that defines one or more attributes to be updated, the action to be performed on them, and new values for them.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public DynamoAttribute getPartitionKey()
DynamoUpdateItemPropsEXPERIMENTAL
getPartitionKey in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-Keypublic String getTableName()
DynamoUpdateItemPropsEXPERIMENTAL
getTableName in interface DynamoUpdateItemPropspublic String getConditionExpression()
DynamoUpdateItemPropsDefault: - No condition expression
EXPERIMENTAL
getConditionExpression in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-ConditionExpressionpublic Map<String,String> getExpressionAttributeNames()
DynamoUpdateItemPropsDefault: - No expression attribute names
EXPERIMENTAL
getExpressionAttributeNames in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-ExpressionAttributeNamespublic DynamoAttributeValueMap getExpressionAttributeValues()
DynamoUpdateItemPropsDefault: - No expression attribute values
EXPERIMENTAL
getExpressionAttributeValues in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-ExpressionAttributeValuespublic DynamoConsumedCapacity getReturnConsumedCapacity()
DynamoUpdateItemPropsDefault: DynamoConsumedCapacity.NONE
EXPERIMENTAL
getReturnConsumedCapacity in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-ReturnConsumedCapacitypublic DynamoItemCollectionMetrics getReturnItemCollectionMetrics()
DynamoUpdateItemPropsIf set to SIZE, the response includes statistics about item collections, if any, that were modified during the operation are returned in the response. If set to NONE (the default), no statistics are returned.
Default: DynamoItemCollectionMetrics.NONE
EXPERIMENTAL
getReturnItemCollectionMetrics in interface DynamoUpdateItemPropspublic DynamoReturnValues getReturnValues()
DynamoUpdateItemPropsDefault: DynamoReturnValues.NONE
EXPERIMENTAL
getReturnValues in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-ReturnValuespublic DynamoAttribute getSortKey()
DynamoUpdateItemPropsDefault: - No sort key
EXPERIMENTAL
getSortKey in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-Keypublic String getUpdateExpression()
DynamoUpdateItemPropsDefault: - No update expression
EXPERIMENTAL
getUpdateExpression in interface DynamoUpdateItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateItem.html#DDB-UpdateItem-request-UpdateExpressionpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.