Struct aws_sdk_chime::types::builders::LoggingConfigurationBuilder
source · #[non_exhaustive]pub struct LoggingConfigurationBuilder { /* private fields */ }Expand description
A builder for LoggingConfiguration.
Implementations§
source§impl LoggingConfigurationBuilder
impl LoggingConfigurationBuilder
sourcepub fn enable_sip_logs(self, input: bool) -> Self
pub fn enable_sip_logs(self, input: bool) -> Self
Boolean that enables SIP message logs to Amazon CloudWatch logs.
sourcepub fn set_enable_sip_logs(self, input: Option<bool>) -> Self
pub fn set_enable_sip_logs(self, input: Option<bool>) -> Self
Boolean that enables SIP message logs to Amazon CloudWatch logs.
sourcepub fn enable_media_metric_logs(self, input: bool) -> Self
pub fn enable_media_metric_logs(self, input: bool) -> Self
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
sourcepub fn set_enable_media_metric_logs(self, input: Option<bool>) -> Self
pub fn set_enable_media_metric_logs(self, input: Option<bool>) -> Self
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
sourcepub fn build(self) -> LoggingConfiguration
pub fn build(self) -> LoggingConfiguration
Consumes the builder and constructs a LoggingConfiguration.
Trait Implementations§
source§impl Clone for LoggingConfigurationBuilder
impl Clone for LoggingConfigurationBuilder
source§fn clone(&self) -> LoggingConfigurationBuilder
fn clone(&self) -> LoggingConfigurationBuilder
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 LoggingConfigurationBuilder
impl Debug for LoggingConfigurationBuilder
source§impl Default for LoggingConfigurationBuilder
impl Default for LoggingConfigurationBuilder
source§fn default() -> LoggingConfigurationBuilder
fn default() -> LoggingConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LoggingConfigurationBuilder> for LoggingConfigurationBuilder
impl PartialEq<LoggingConfigurationBuilder> for LoggingConfigurationBuilder
source§fn eq(&self, other: &LoggingConfigurationBuilder) -> bool
fn eq(&self, other: &LoggingConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LoggingConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LoggingConfigurationBuilder
impl Send for LoggingConfigurationBuilder
impl Sync for LoggingConfigurationBuilder
impl Unpin for LoggingConfigurationBuilder
impl UnwindSafe for LoggingConfigurationBuilder
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