Interface EventsRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EventsRequest.Builder,EventsRequest>, SdkBuilder<EventsRequest.Builder,EventsRequest>, SdkPojo
Enclosing class:
EventsRequest

public static interface EventsRequest.Builder extends SdkPojo, CopyableBuilder<EventsRequest.Builder,EventsRequest>
  • Method Details

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