Uses of Interface
software.amazon.awssdk.services.evidently.model.Event.Builder
-
Packages that use Event.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Event.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Event.Builder Modifier and Type Method Description static Event.BuilderEvent. builder()Event.BuilderEvent.Builder. data(String data)The event data.Event.BuilderEvent.Builder. timestamp(Instant timestamp)The timestamp of the event.Event.BuilderEvent. toBuilder()Event.BuilderEvent.Builder. type(String type)aws.evidently.evaluationspecifies an evaluation event, which determines which feature variation that a user sees.Event.BuilderEvent.Builder. type(EventType type)aws.evidently.evaluationspecifies an evaluation event, which determines which feature variation that a user sees.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Event.Builder Modifier and Type Method Description static Class<? extends Event.Builder>Event. serializableBuilderClass()
-