Struct aws_sdk_chime::model::logging_configuration::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for LoggingConfiguration.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn enable_sip_logs(self, input: bool) -> Self
pub fn enable_sip_logs(self, input: bool) -> Self
When true, enables SIP message logs for sending 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
When true, enables SIP message logs for sending 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 the logging of Voice Connector metrics to Cloudwatch.
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 the logging of Voice Connector metrics to Cloudwatch.
sourcepub fn build(self) -> LoggingConfiguration
pub fn build(self) -> LoggingConfiguration
Consumes the builder and constructs a LoggingConfiguration.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more