Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Put.Builder
Packages that use Put.Builder
-
Uses of Put.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Put.BuilderModifier and TypeMethodDescriptionstatic Put.BuilderPut.builder()Put.Builder.conditionExpression(String conditionExpression) A condition that must be satisfied in order for a conditional update to succeed.Put.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.Put.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.Put.Builder.item(Map<String, AttributeValue> item) A map of attribute name to attribute values, representing the primary key of the item to be written byPutItem.Put.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if thePutcondition fails.Put.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if thePutcondition fails.Name of the table in which to write the item.Put.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Put.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Put.Builder>Put.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Put.BuilderModifier and TypeMethodDescriptiondefault TransactWriteItem.BuilderTransactWriteItem.Builder.put(Consumer<Put.Builder> put) A request to perform aPutItemoperation.