@Stability(value=Experimental) public static final class DynamoDeleteItemProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DynamoDeleteItemProps
DynamoDeleteItemPropssoftware.amazon.jsii.JsiiObject.InitializationModeDynamoDeleteItemProps.Builder, DynamoDeleteItemProps.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()
An attribute representing the partition key of the item to delete.
|
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()
An attribute representing the sort key of the item to delete.
|
String |
getTableName()
The name of the table containing the requested item.
|
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()
DynamoDeleteItemPropsEXPERIMENTAL
getPartitionKey in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-Keypublic String getTableName()
DynamoDeleteItemPropsEXPERIMENTAL
getTableName in interface DynamoDeleteItemPropspublic String getConditionExpression()
DynamoDeleteItemPropsDefault: - No condition expression
EXPERIMENTAL
getConditionExpression in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-ConditionExpressionpublic Map<String,String> getExpressionAttributeNames()
DynamoDeleteItemPropsDefault: - No expression attribute names
EXPERIMENTAL
getExpressionAttributeNames in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-ExpressionAttributeNamespublic DynamoAttributeValueMap getExpressionAttributeValues()
DynamoDeleteItemPropsDefault: - No expression attribute values
EXPERIMENTAL
getExpressionAttributeValues in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-ExpressionAttributeValuespublic DynamoConsumedCapacity getReturnConsumedCapacity()
DynamoDeleteItemPropsDefault: DynamoConsumedCapacity.NONE
EXPERIMENTAL
getReturnConsumedCapacity in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-ReturnConsumedCapacitypublic DynamoItemCollectionMetrics getReturnItemCollectionMetrics()
DynamoDeleteItemPropsIf 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 DynamoDeleteItemPropspublic DynamoReturnValues getReturnValues()
DynamoDeleteItemPropsDefault: DynamoReturnValues.NONE
EXPERIMENTAL
getReturnValues in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-ReturnValuespublic DynamoAttribute getSortKey()
DynamoDeleteItemPropsDefault: - No sort key
EXPERIMENTAL
getSortKey in interface DynamoDeleteItemPropshttps://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#DDB-DeleteItem-request-Keypublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.