Struct aws_sdk_evidently::types::builders::EventBuilder
source · #[non_exhaustive]pub struct EventBuilder { /* private fields */ }Expand description
A builder for Event.
Implementations§
source§impl EventBuilder
impl EventBuilder
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
The timestamp of the event.
sourcepub fn type(self, input: EventType) -> Self
pub fn type(self, input: EventType) -> Self
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.
Trait Implementations§
source§impl Clone for EventBuilder
impl Clone for EventBuilder
source§fn clone(&self) -> EventBuilder
fn clone(&self) -> EventBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EventBuilder
impl Debug for EventBuilder
source§impl Default for EventBuilder
impl Default for EventBuilder
source§fn default() -> EventBuilder
fn default() -> EventBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EventBuilder> for EventBuilder
impl PartialEq<EventBuilder> for EventBuilder
source§fn eq(&self, other: &EventBuilder) -> bool
fn eq(&self, other: &EventBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.