Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoDeleteItemProps.Builder
Packages that use DynamoDeleteItemProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoDeleteItemProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoDeleteItemProps.BuilderModifier and TypeMethodDescriptionSets the value ofAssignableStateOptions.getAssign()
DynamoDeleteItemProps.builder()
Sets the value ofStateBaseProps.getComment()
DynamoDeleteItemProps.Builder.conditionExpression
(String conditionExpression) Sets the value ofDynamoDeleteItemProps.getConditionExpression()
DynamoDeleteItemProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()
DynamoDeleteItemProps.Builder.expressionAttributeNames
(Map<String, String> expressionAttributeNames) Sets the value ofDynamoDeleteItemProps.getExpressionAttributeNames()
DynamoDeleteItemProps.Builder.expressionAttributeValues
(Map<String, ? extends DynamoAttributeValue> expressionAttributeValues) Sets the value ofDynamoDeleteItemProps.getExpressionAttributeValues()
Deprecated.use `heartbeatTimeout`DynamoDeleteItemProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()
Sets the value ofJsonPathCommonOptions.getInputPath()
DynamoDeleteItemProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()
DynamoDeleteItemProps.Builder.key
(Map<String, ? extends DynamoAttributeValue> key) Sets the value ofDynamoDeleteItemProps.getKey()
DynamoDeleteItemProps.Builder.outputPath
(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()
Sets the value ofJsonataCommonOptions.getOutputs()
DynamoDeleteItemProps.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
DynamoDeleteItemProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
DynamoDeleteItemProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
DynamoDeleteItemProps.Builder.returnConsumedCapacity
(DynamoConsumedCapacity returnConsumedCapacity) Sets the value ofDynamoDeleteItemProps.getReturnConsumedCapacity()
DynamoDeleteItemProps.Builder.returnItemCollectionMetrics
(DynamoItemCollectionMetrics returnItemCollectionMetrics) Sets the value ofDynamoDeleteItemProps.getReturnItemCollectionMetrics()
DynamoDeleteItemProps.Builder.returnValues
(DynamoReturnValues returnValues) Sets the value ofDynamoDeleteItemProps.getReturnValues()
Sets the value ofStateBaseProps.getStateName()
Sets the value ofDynamoDeleteItemProps.getTable()
DynamoDeleteItemProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()
Deprecated.use `taskTimeout`Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoDeleteItemProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(DynamoDeleteItemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDynamoDeleteItemProps.Builder
.