Struct aws_sdk_devopsguru::model::log_anomaly_showcase::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for LogAnomalyShowcase
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn log_anomaly_classes(self, input: LogAnomalyClass) -> Self
pub fn log_anomaly_classes(self, input: LogAnomalyClass) -> Self
Appends an item to log_anomaly_classes
.
To override the contents of this collection use set_log_anomaly_classes
.
A list of anomalous log events that may be related.
sourcepub fn set_log_anomaly_classes(self, input: Option<Vec<LogAnomalyClass>>) -> Self
pub fn set_log_anomaly_classes(self, input: Option<Vec<LogAnomalyClass>>) -> Self
A list of anomalous log events that may be related.
sourcepub fn build(self) -> LogAnomalyShowcase
pub fn build(self) -> LogAnomalyShowcase
Consumes the builder and constructs a LogAnomalyShowcase
.
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