Uses of Interface
software.amazon.awssdk.services.dynamodb.model.PutItemRequest.Builder
Packages that use PutItemRequest.Builder
Package
Description
-
Uses of PutItemRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type PutItemRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutItemResponse>DynamoDbAsyncClient.putItem(Consumer<PutItemRequest.Builder> putItemRequest) Creates a new item, or replaces an old item with a new item.default PutItemResponseDynamoDbClient.putItem(Consumer<PutItemRequest.Builder> putItemRequest) Creates a new item, or replaces an old item with a new item. -
Uses of PutItemRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return PutItemRequest.BuilderModifier and TypeMethodDescriptionstatic PutItemRequest.BuilderPutItemRequest.builder()PutItemRequest.Builder.conditionalOperator(String conditionalOperator) This is a legacy parameter.PutItemRequest.Builder.conditionalOperator(ConditionalOperator conditionalOperator) This is a legacy parameter.PutItemRequest.Builder.conditionExpression(String conditionExpression) A condition that must be satisfied in order for a conditionalPutItemoperation to succeed.PutItemRequest.Builder.expected(Map<String, ExpectedAttributeValue> expected) This is a legacy parameter.PutItemRequest.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.PutItemRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.PutItemRequest.Builder.item(Map<String, AttributeValue> item) A map of attribute name/value pairs, one for each attribute.PutItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutItemRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.PutItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.PutItemRequest.Builder.returnItemCollectionMetrics(String returnItemCollectionMetrics) Determines whether item collection metrics are returned.PutItemRequest.Builder.returnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) Determines whether item collection metrics are returned.PutItemRequest.Builder.returnValues(String returnValues) UseReturnValuesif you want to get the item attributes as they appeared before they were updated with thePutItemrequest.PutItemRequest.Builder.returnValues(ReturnValue returnValues) UseReturnValuesif you want to get the item attributes as they appeared before they were updated with thePutItemrequest.PutItemRequest.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) An optional parameter that returns the item attributes for aPutItemoperation that failed a condition check.PutItemRequest.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) An optional parameter that returns the item attributes for aPutItemoperation that failed a condition check.The name of the table to contain the item.PutItemRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type PutItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutItemRequest.Builder>PutItemRequest.serializableBuilderClass()