Struct aws_sdk_rum::types::builders::CustomEventsBuilder
source · #[non_exhaustive]pub struct CustomEventsBuilder { /* private fields */ }
Expand description
A builder for CustomEvents
.
Implementations§
source§impl CustomEventsBuilder
impl CustomEventsBuilder
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 get_status(&self) -> &Option<CustomEventsStatus>
pub fn get_status(&self) -> &Option<CustomEventsStatus>
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
.
Trait Implementations§
source§impl Clone for CustomEventsBuilder
impl Clone for CustomEventsBuilder
source§fn clone(&self) -> CustomEventsBuilder
fn clone(&self) -> CustomEventsBuilder
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 CustomEventsBuilder
impl Debug for CustomEventsBuilder
source§impl Default for CustomEventsBuilder
impl Default for CustomEventsBuilder
source§fn default() -> CustomEventsBuilder
fn default() -> CustomEventsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CustomEventsBuilder
impl PartialEq for CustomEventsBuilder
source§fn eq(&self, other: &CustomEventsBuilder) -> bool
fn eq(&self, other: &CustomEventsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomEventsBuilder
Auto Trait Implementations§
impl Freeze for CustomEventsBuilder
impl RefUnwindSafe for CustomEventsBuilder
impl Send for CustomEventsBuilder
impl Sync for CustomEventsBuilder
impl Unpin for CustomEventsBuilder
impl UnwindSafe for CustomEventsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.