Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.model.WriteBatch.Builder
Packages that use WriteBatch.Builder
-
Uses of WriteBatch.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return WriteBatch.BuilderModifier and TypeMethodDescriptionWriteBatch.Builder.addDeleteItem(Consumer<DeleteItemEnhancedRequest.Builder> requestConsumer) Adds aDeleteItemEnhancedRequestto the builder, this request should contain the primaryKeyto an item to be deleted.WriteBatch.Builder.addDeleteItem(Key key) Adds a DeleteItem request to the builder.WriteBatch.Builder.addDeleteItem(DeleteItemEnhancedRequest request) Adds aDeleteItemEnhancedRequestto the builder, this request should contain the primaryKeyto an item to be deleted.WriteBatch.Builder.addDeleteItem(T keyItem) Adds a DeleteItem request to the builder.WriteBatch.Builder.addPutItem(Consumer<PutItemEnhancedRequest.Builder<T>> requestConsumer) Adds aPutItemEnhancedRequestto the builder, this request should contain the item to be written.WriteBatch.Builder.addPutItem(PutItemEnhancedRequest<T> request) Adds aPutItemEnhancedRequestto the builder, this request should contain the item to be written.WriteBatch.Builder.addPutItem(T item) Adds a PutItem request to the builder.static <T> WriteBatch.Builder<T>Creates a newly initialized builder for a write batch.WriteBatch.Builder.mappedTableResource(MappedTableResource<T> mappedTableResource) Sets the mapped table resource (table) that the items in this write batch should come from.