public static interface SqsIO.WriteBatches.EntryMapperFn.Builder<T> extends java.util.function.BiConsumer<SendMessageBatchRequestEntry.Builder,T>, SqsIO.WriteBatches.EntryMapperFn<T>
SqsIO.WriteBatches.EntryMapperFn
variant that already sets the entry id.SqsIO.WriteBatches.EntryMapperFn.Builder<T>
Modifier and Type | Method and Description |
---|---|
default SendMessageBatchRequestEntry |
apply(java.lang.String entryId,
T msg) |
default SendMessageBatchRequestEntry apply(java.lang.String entryId, T msg)
apply
in interface java.util.function.BiFunction<java.lang.String,T,SendMessageBatchRequestEntry>