Class BatchWriteItemEnhancedRequest
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.BatchWriteItemEnhancedRequest
Defines parameters used for the batchWriteItem() operation (such as
DynamoDbEnhancedClient.batchWriteItem(BatchWriteItemEnhancedRequest)).
A request contains references to keys for delete actions and items for put actions,
organized into one WriteBatch object per accessed table.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder that is used to create a request with the desired parameters. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a newly initialized builder for a request object.booleaninthashCode()Returns a builder initialized with all existing values on the request object.Returns the collection ofWriteBatchin this request object.
-
Method Details
-
builder
Creates a newly initialized builder for a request object. -
toBuilder
Returns a builder initialized with all existing values on the request object. -
writeBatches
Returns the collection ofWriteBatchin this request object. -
equals
-
hashCode
public int hashCode()
-