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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventsRequest.BuilderbatchItem(Map<String,EventsBatch> batchItem)The batch of events to process.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-