Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoUpdateItemProps.Builder
Packages that use DynamoUpdateItemProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoUpdateItemProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoUpdateItemProps.BuilderModifier and TypeMethodDescriptionDynamoUpdateItemProps.builder()
Sets the value ofTaskStateBaseProps.getComment()
DynamoUpdateItemProps.Builder.conditionExpression
(String conditionExpression) Sets the value ofDynamoUpdateItemProps.getConditionExpression()
DynamoUpdateItemProps.Builder.expressionAttributeNames
(Map<String, String> expressionAttributeNames) Sets the value ofDynamoUpdateItemProps.getExpressionAttributeNames()
DynamoUpdateItemProps.Builder.expressionAttributeValues
(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) Sets the value ofDynamoUpdateItemProps.getExpressionAttributeValues()
Sets the value ofTaskStateBaseProps.getHeartbeat()
Sets the value ofTaskStateBaseProps.getInputPath()
DynamoUpdateItemProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()
DynamoUpdateItemProps.Builder.key
(Map<String, ? extends DynamoAttributeValue> key) Sets the value ofDynamoUpdateItemProps.getKey()
DynamoUpdateItemProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
DynamoUpdateItemProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
DynamoUpdateItemProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
DynamoUpdateItemProps.Builder.returnConsumedCapacity
(DynamoConsumedCapacity returnConsumedCapacity) Sets the value ofDynamoUpdateItemProps.getReturnConsumedCapacity()
DynamoUpdateItemProps.Builder.returnItemCollectionMetrics
(DynamoItemCollectionMetrics returnItemCollectionMetrics) Sets the value ofDynamoUpdateItemProps.getReturnItemCollectionMetrics()
DynamoUpdateItemProps.Builder.returnValues
(DynamoReturnValues returnValues) Sets the value ofDynamoUpdateItemProps.getReturnValues()
Sets the value ofDynamoUpdateItemProps.getTable()
Sets the value ofTaskStateBaseProps.getTimeout()
DynamoUpdateItemProps.Builder.updateExpression
(String updateExpression) Sets the value ofDynamoUpdateItemProps.getUpdateExpression()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoUpdateItemProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(DynamoUpdateItemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDynamoUpdateItemProps.Builder
.