pub struct Builder { /* private fields */ }
Expand description
A builder for ServiceIntegrationConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ops_center(self, input: OpsCenterIntegration) -> Self
pub fn ops_center(self, input: OpsCenterIntegration) -> Self
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
sourcepub fn set_ops_center(self, input: Option<OpsCenterIntegration>) -> Self
pub fn set_ops_center(self, input: Option<OpsCenterIntegration>) -> Self
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
sourcepub fn logs_anomaly_detection(
self,
input: LogsAnomalyDetectionIntegration
) -> Self
pub fn logs_anomaly_detection(
self,
input: LogsAnomalyDetectionIntegration
) -> Self
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
sourcepub fn set_logs_anomaly_detection(
self,
input: Option<LogsAnomalyDetectionIntegration>
) -> Self
pub fn set_logs_anomaly_detection(
self,
input: Option<LogsAnomalyDetectionIntegration>
) -> Self
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
sourcepub fn build(self) -> ServiceIntegrationConfig
pub fn build(self) -> ServiceIntegrationConfig
Consumes the builder and constructs a ServiceIntegrationConfig
.