| Modifier and Type | Method and Description |
|---|---|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.comment(String comment)
An optional description for this state.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.conditionExpression(String conditionExpression)
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)
One or more substitution tokens for attribute names in an expression.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.expressionAttributeValues(Map<String,? extends DynamoAttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.key(Map<String,? extends DynamoAttributeValue> key)
Primary key of the item to retrieve.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.resultSelector(Map<String,? extends Object> resultSelector)
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)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics)
Determines whether item collection metrics are returned.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.table(ITable table)
The name of the table containing the requested item.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.updateExpression(String updateExpression)
An expression that defines one or more attributes to be updated, the action to be performed on them, and new values for them.
|
Copyright © 2022. All rights reserved.