Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EventsBatch.Builder
-
Packages that use EventsBatch.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EventsBatch.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EventsBatch.Builder Modifier and Type Method Description static EventsBatch.BuilderEventsBatch. builder()default EventsBatch.BuilderEventsBatch.Builder. endpoint(Consumer<PublicEndpoint.Builder> endpoint)A set of properties and attributes that are associated with the endpoint.EventsBatch.BuilderEventsBatch.Builder. endpoint(PublicEndpoint endpoint)A set of properties and attributes that are associated with the endpoint.EventsBatch.BuilderEventsBatch.Builder. events(Map<String,Event> events)A set of properties that are associated with the event.EventsBatch.BuilderEventsBatch. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EventsBatch.Builder Modifier and Type Method Description static Class<? extends EventsBatch.Builder>EventsBatch. serializableBuilderClass()
-