Struct aws_sdk_rum::types::builders::CwLogBuilder   
source · #[non_exhaustive]pub struct CwLogBuilder { /* private fields */ }Expand description
A builder for CwLog.
Implementations§
source§impl CwLogBuilder
 
impl CwLogBuilder
sourcepub fn cw_log_enabled(self, input: bool) -> Self
 
pub fn cw_log_enabled(self, input: bool) -> Self
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
sourcepub fn set_cw_log_enabled(self, input: Option<bool>) -> Self
 
pub fn set_cw_log_enabled(self, input: Option<bool>) -> Self
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
sourcepub fn get_cw_log_enabled(&self) -> &Option<bool>
 
pub fn get_cw_log_enabled(&self) -> &Option<bool>
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
sourcepub fn cw_log_group(self, input: impl Into<String>) -> Self
 
pub fn cw_log_group(self, input: impl Into<String>) -> Self
The name of the log group where the copies are stored.
sourcepub fn set_cw_log_group(self, input: Option<String>) -> Self
 
pub fn set_cw_log_group(self, input: Option<String>) -> Self
The name of the log group where the copies are stored.
sourcepub fn get_cw_log_group(&self) -> &Option<String>
 
pub fn get_cw_log_group(&self) -> &Option<String>
The name of the log group where the copies are stored.
Trait Implementations§
source§impl Clone for CwLogBuilder
 
impl Clone for CwLogBuilder
source§fn clone(&self) -> CwLogBuilder
 
fn clone(&self) -> CwLogBuilder
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 CwLogBuilder
 
impl Debug for CwLogBuilder
source§impl Default for CwLogBuilder
 
impl Default for CwLogBuilder
source§fn default() -> CwLogBuilder
 
fn default() -> CwLogBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CwLogBuilder
 
impl PartialEq for CwLogBuilder
source§fn eq(&self, other: &CwLogBuilder) -> bool
 
fn eq(&self, other: &CwLogBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CwLogBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CwLogBuilder
impl Send for CwLogBuilder
impl Sync for CwLogBuilder
impl Unpin for CwLogBuilder
impl UnwindSafe for CwLogBuilder
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.