public static interface EventsRequest.Builder extends SdkPojo, CopyableBuilder<EventsRequest.Builder,EventsRequest>
| Modifier and Type | Method and Description |
|---|---|
EventsRequest.Builder |
batchItem(Map<String,EventsBatch> batchItem)
The batch of events to process.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventsRequest.Builder batchItem(Map<String,EventsBatch> batchItem)
The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an EventsBatch object as its value.
batchItem - The batch of events to process. For each item in a batch, the endpoint ID acts as a key that has an
EventsBatch object as its value.Copyright © 2021. All rights reserved.