@Stability(value=Experimental) public static final class DynamoGetItemProps.Builder extends Object implements software.amazon.jsii.Builder<DynamoGetItemProps>
DynamoGetItemProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public DynamoGetItemProps.Builder key(Map<String,? extends DynamoAttributeValue> key)
DynamoGetItemProps.getKey()key - Primary key of the item to retrieve. This parameter is required.
For the primary key, you must provide all of the attributes.
For example, with a simple primary key, you only need to provide a value for the partition key.
For a composite primary key, you must provide values for both the partition key and the sort key.this@Stability(value=Experimental) public DynamoGetItemProps.Builder table(ITable table)
DynamoGetItemProps.getTable()table - The name of the table containing the requested item. This parameter is required.this@Stability(value=Experimental) public DynamoGetItemProps.Builder consistentRead(Boolean consistentRead)
DynamoGetItemProps.getConsistentRead()consistentRead - Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;.
otherwise, the operation uses eventually consistent reads.this@Stability(value=Experimental) public DynamoGetItemProps.Builder expressionAttributeNames(Map<String,String> expressionAttributeNames)
DynamoGetItemProps.getExpressionAttributeNames()expressionAttributeNames - One or more substitution tokens for attribute names in an expression.this@Stability(value=Experimental) public DynamoGetItemProps.Builder projectionExpression(List<? extends DynamoProjectionExpression> projectionExpression)
DynamoGetItemProps.getProjectionExpression()projectionExpression - An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
These attributes can include scalars, sets, or elements of a JSON document.this@Stability(value=Experimental) public DynamoGetItemProps.Builder returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
DynamoGetItemProps.getReturnConsumedCapacity()returnConsumedCapacity - Determines the level of detail about provisioned throughput consumption that is returned in the response.this@Stability(value=Experimental) public DynamoGetItemProps.Builder comment(String comment)
TaskStateBaseProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public DynamoGetItemProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()heartbeat - Timeout for the heartbeat.this@Stability(value=Experimental) public DynamoGetItemProps.Builder inputPath(String inputPath)
TaskStateBaseProps.getInputPath()inputPath - JSONPath expression to select part of the state to be the input to this state.
May also be the special value JsonPath.DISCARD, which will cause the effective
input to be the empty object {}.this@Stability(value=Experimental) public DynamoGetItemProps.Builder integrationPattern(IntegrationPattern integrationPattern)
TaskStateBaseProps.getIntegrationPattern()integrationPattern - AWS Step Functions integrates with services directly in the Amazon States Language.
You can control these AWS services using service integration patternsthis@Stability(value=Experimental) public DynamoGetItemProps.Builder outputPath(String outputPath)
TaskStateBaseProps.getOutputPath()outputPath - JSONPath expression to select select a portion of the state output to pass to the next state.
May also be the special value JsonPath.DISCARD, which will cause the effective
output to be the empty object {}.this@Stability(value=Experimental) public DynamoGetItemProps.Builder resultPath(String resultPath)
TaskStateBaseProps.getResultPath()resultPath - JSONPath expression to indicate where to inject the state's output.
May also be the special value JsonPath.DISCARD, which will cause the state's
input to become its output.this@Stability(value=Experimental) public DynamoGetItemProps.Builder resultSelector(Map<String,? extends Object> resultSelector)
TaskStateBaseProps.getResultSelector()resultSelector - The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
You can use ResultSelector to create a payload with values that are static
or selected from the state's raw result.this@Stability(value=Experimental) public DynamoGetItemProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()timeout - Timeout for the state machine.this@Stability(value=Experimental) public DynamoGetItemProps build()
build in interface software.amazon.jsii.Builder<DynamoGetItemProps>DynamoGetItemPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.