| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.comment(String comment)
(experimental) An optional description for this state.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.conditionExpression(String conditionExpression)
(experimental) A condition that must be satisfied in order for a conditional DeleteItem to succeed.
|
static DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.create(software.constructs.Construct scope,
String id) |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.expressionAttributeNames(Map<String,String> expressionAttributeNames)
(experimental) One or more substitution tokens for attribute names in an expression.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
(experimental) One or more values that can be substituted in an expression.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.key(Map<String,? extends DynamoAttributeValue> key)
(experimental) Primary key of the item to retrieve.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
(experimental) Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics)
(experimental) Determines whether item collection metrics are returned.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues)
(experimental) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.table(ITable table)
(experimental) The name of the table containing the requested item.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.updateExpression(String updateExpression)
(experimental) An expression that defines one or more attributes to be updated, the action to be performed on them, and new values for them.
|
Copyright © 2021. All rights reserved.