Struct aws_sdk_rum::model::custom_events::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CustomEvents
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: CustomEventsStatus) -> Self
pub fn status(self, input: CustomEventsStatus) -> Self
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED
.
sourcepub fn set_status(self, input: Option<CustomEventsStatus>) -> Self
pub fn set_status(self, input: Option<CustomEventsStatus>) -> Self
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED
.
sourcepub fn build(self) -> CustomEvents
pub fn build(self) -> CustomEvents
Consumes the builder and constructs a CustomEvents
.