Class DynamoPutItemProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.DynamoPutItemProps.Jsii$Proxy
- All Implemented Interfaces:
DynamoPutItemProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DynamoPutItemProps
@Stability(Stable)
@Internal
public static final class DynamoPutItemProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DynamoPutItemProps
An implementation for
DynamoPutItemProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.DynamoPutItemProps
DynamoPutItemProps.Builder, DynamoPutItemProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DynamoPutItemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDynamoPutItemProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Stringfinal StringA condition that must be satisfied in order for a conditional PutItem operation to succeed.One or more substitution tokens for attribute names in an expression.final Map<String,DynamoAttributeValue> One or more values that can be substituted in an expression.final software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal Map<String,DynamoAttributeValue> getItem()A map of attribute name/value pairs, one for each attribute.final Stringfinal Stringfinal DynamoConsumedCapacityDetermines the level of detail about provisioned throughput consumption that is returned in the response.The item collection metrics to returned in the response.final DynamoReturnValuesUse ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.final ITablegetTable()The name of the table where the item should be written .final software.amazon.awscdk.core.Durationfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDynamoPutItemProps.Builder.
-
-
Method Details
-
getItem
Description copied from interface:DynamoPutItemPropsA map of attribute name/value pairs, one for each attribute.Only the primary key attributes are required; you can optionally provide other attribute name-value pairs for the item.
- Specified by:
getItemin interfaceDynamoPutItemProps- See Also:
-
getTable
Description copied from interface:DynamoPutItemPropsThe name of the table where the item should be written .- Specified by:
getTablein interfaceDynamoPutItemProps
-
getConditionExpression
Description copied from interface:DynamoPutItemPropsA condition that must be satisfied in order for a conditional PutItem operation to succeed.Default: - No condition expression
- Specified by:
getConditionExpressionin interfaceDynamoPutItemProps- See Also:
-
getExpressionAttributeNames
Description copied from interface:DynamoPutItemPropsOne or more substitution tokens for attribute names in an expression.Default: - No expression attribute names
- Specified by:
getExpressionAttributeNamesin interfaceDynamoPutItemProps- See Also:
-
getExpressionAttributeValues
Description copied from interface:DynamoPutItemPropsOne or more values that can be substituted in an expression.Default: - No expression attribute values
- Specified by:
getExpressionAttributeValuesin interfaceDynamoPutItemProps- See Also:
-
getReturnConsumedCapacity
Description copied from interface:DynamoPutItemPropsDetermines the level of detail about provisioned throughput consumption that is returned in the response.Default: DynamoConsumedCapacity.NONE
- Specified by:
getReturnConsumedCapacityin interfaceDynamoPutItemProps- See Also:
-
getReturnItemCollectionMetrics
Description copied from interface:DynamoPutItemPropsThe item collection metrics to returned in the response.Default: DynamoItemCollectionMetrics.NONE
- Specified by:
getReturnItemCollectionMetricsin interfaceDynamoPutItemProps- See Also:
-
getReturnValues
Description copied from interface:DynamoPutItemPropsUse ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.Default: DynamoReturnValues.NONE
- Specified by:
getReturnValuesin interfaceDynamoPutItemProps- See Also:
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-