Interface Event.Builder

    • Method Detail

      • data

        Event.Builder data​(String data)

        The event data.

        Parameters:
        data - The event data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        Event.Builder timestamp​(Instant timestamp)

        The timestamp of the event.

        Parameters:
        timestamp - The timestamp of the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventType, EventType
      • type

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

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventType, EventType