#[non_exhaustive]pub struct ServiceIntegrationConfigBuilder { /* private fields */ }
Expand description
A builder for ServiceIntegrationConfig
.
Implementations§
source§impl ServiceIntegrationConfigBuilder
impl ServiceIntegrationConfigBuilder
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 get_ops_center(&self) -> &Option<OpsCenterIntegration>
pub fn get_ops_center(&self) -> &Option<OpsCenterIntegration>
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 get_logs_anomaly_detection(
&self
) -> &Option<LogsAnomalyDetectionIntegration>
pub fn get_logs_anomaly_detection( &self ) -> &Option<LogsAnomalyDetectionIntegration>
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
sourcepub fn kms_server_side_encryption(
self,
input: KmsServerSideEncryptionIntegration
) -> Self
pub fn kms_server_side_encryption( self, input: KmsServerSideEncryptionIntegration ) -> Self
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
sourcepub fn set_kms_server_side_encryption(
self,
input: Option<KmsServerSideEncryptionIntegration>
) -> Self
pub fn set_kms_server_side_encryption( self, input: Option<KmsServerSideEncryptionIntegration> ) -> Self
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
sourcepub fn get_kms_server_side_encryption(
&self
) -> &Option<KmsServerSideEncryptionIntegration>
pub fn get_kms_server_side_encryption( &self ) -> &Option<KmsServerSideEncryptionIntegration>
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
sourcepub fn build(self) -> ServiceIntegrationConfig
pub fn build(self) -> ServiceIntegrationConfig
Consumes the builder and constructs a ServiceIntegrationConfig
.
Trait Implementations§
source§impl Clone for ServiceIntegrationConfigBuilder
impl Clone for ServiceIntegrationConfigBuilder
source§fn clone(&self) -> ServiceIntegrationConfigBuilder
fn clone(&self) -> ServiceIntegrationConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ServiceIntegrationConfigBuilder
impl Default for ServiceIntegrationConfigBuilder
source§fn default() -> ServiceIntegrationConfigBuilder
fn default() -> ServiceIntegrationConfigBuilder
source§impl PartialEq for ServiceIntegrationConfigBuilder
impl PartialEq for ServiceIntegrationConfigBuilder
source§fn eq(&self, other: &ServiceIntegrationConfigBuilder) -> bool
fn eq(&self, other: &ServiceIntegrationConfigBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.