Interface EventsRequest.Builder

    • Method Detail

      • batchItem

        EventsRequest.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.