public static interface EventsRequest.Builder extends SdkPojo, CopyableBuilder<EventsRequest.Builder,EventsRequest>
Modifier and Type | Method and Description |
---|---|
EventsRequest.Builder |
batchItem(Map<String,EventsBatch> batchItem)
A batch of events to process.
|
copy
applyMutation, build
EventsRequest.Builder batchItem(Map<String,EventsBatch> batchItem)
batchItem
- A batch of events to process. Each BatchItem consists of an endpoint ID as the key, and an EventsBatch
object as the value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.