Interface WriteBatch.Builder<T>

Type Parameters:
T - the type that items in this table map to
Enclosing class:
WriteBatch

@NotThreadSafe public static interface WriteBatch.Builder<T>
A builder that is used to create a request with the desired parameters.

A valid builder must define a MappedTableResource and add at least one DeleteItemEnhancedRequest or PutItemEnhancedRequest.