pub struct Builder { /* private fields */ }
Expand description
A builder for LogsAnomalyDetectionIntegration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn opt_in_status(self, input: OptInStatus) -> Self
pub fn opt_in_status(self, input: OptInStatus) -> Self
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
sourcepub fn set_opt_in_status(self, input: Option<OptInStatus>) -> Self
pub fn set_opt_in_status(self, input: Option<OptInStatus>) -> Self
Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
sourcepub fn build(self) -> LogsAnomalyDetectionIntegration
pub fn build(self) -> LogsAnomalyDetectionIntegration
Consumes the builder and constructs a LogsAnomalyDetectionIntegration
.