public static interface Event.Builder extends SdkPojo, CopyableBuilder<Event.Builder,Event>
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
data(String data)
The event data.
|
Event.Builder |
timestamp(Instant timestamp)
The timestamp of the event.
|
Event.Builder |
type(EventType type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
Event.Builder |
type(String type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvent.Builder data(String data)
The event data.
data - The event data.Event.Builder timestamp(Instant timestamp)
The timestamp of the event.
timestamp - The timestamp of the event.Event.Builder type(String type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. aws.evidently.custom specifies a custom event, which generates metrics from
user actions such as clicks and checkouts.
type - aws.evidently.evaluation specifies an evaluation event, which determines which feature
variation that a user sees. aws.evidently.custom specifies a custom event, which
generates metrics from user actions such as clicks and checkouts.EventType,
EventTypeEvent.Builder type(EventType type)
aws.evidently.evaluation specifies an evaluation event, which determines which feature variation
that a user sees. aws.evidently.custom specifies a custom event, which generates metrics from
user actions such as clicks and checkouts.
type - aws.evidently.evaluation specifies an evaluation event, which determines which feature
variation that a user sees. aws.evidently.custom specifies a custom event, which
generates metrics from user actions such as clicks and checkouts.EventType,
EventTypeCopyright © 2023. All rights reserved.