Interface Event.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Event.Builder,Event>, SdkBuilder<Event.Builder,Event>, SdkPojo
Enclosing class:
Event

public static interface Event.Builder extends SdkPojo, CopyableBuilder<Event.Builder,Event>
  • Method Details

    • 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:
    • 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: