Interface SqsIO.WriteBatches.EntryMapperFn.Builder<T>

All Superinterfaces:
BiConsumer<SendMessageBatchRequestEntry.Builder,T>, BiFunction<String,T,SendMessageBatchRequestEntry>, Serializable, SqsIO.WriteBatches.EntryMapperFn<T>
Enclosing interface:
SqsIO.WriteBatches.EntryMapperFn<T>

public static interface SqsIO.WriteBatches.EntryMapperFn.Builder<T> extends BiConsumer<SendMessageBatchRequestEntry.Builder,T>, SqsIO.WriteBatches.EntryMapperFn<T>
A more convenient SqsIO.WriteBatches.EntryMapperFn variant that already sets the entry id.