Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoGetItem.Builder
Packages that use DynamoGetItem.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoGetItem.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoGetItem.BuilderModifier and TypeMethodDescriptionAn optional description for this state.DynamoGetItem.Builder.consistentRead(Boolean consistentRead) Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;static DynamoGetItem.BuilderDynamoGetItem.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.DynamoGetItem.Builder.integrationPattern(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.DynamoGetItem.Builder.key(Map<String, ? extends DynamoAttributeValue> key) Primary key of the item to retrieve.DynamoGetItem.Builder.outputPath(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.DynamoGetItem.Builder.projectionExpression(List<? extends DynamoProjectionExpression> projectionExpression) An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.DynamoGetItem.Builder.resultPath(String resultPath) JSONPath expression to indicate where to inject the state's output.DynamoGetItem.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.DynamoGetItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity) Determines the level of detail about provisioned throughput consumption that is returned in the response.The name of the table containing the requested item.Timeout for the state machine.