pub struct Builder { /* private fields */ }
Expand description
A builder for LogsAnomalyDetectionIntegrationConfig
.
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) -> LogsAnomalyDetectionIntegrationConfig
pub fn build(self) -> LogsAnomalyDetectionIntegrationConfig
Consumes the builder and constructs a LogsAnomalyDetectionIntegrationConfig
.