#[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 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
.
Trait Implementations§
source§impl Clone for ServiceIntegrationConfigBuilder
impl Clone for ServiceIntegrationConfigBuilder
source§fn clone(&self) -> ServiceIntegrationConfigBuilder
fn clone(&self) -> ServiceIntegrationConfigBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ServiceIntegrationConfigBuilder
impl Default for ServiceIntegrationConfigBuilder
source§fn default() -> ServiceIntegrationConfigBuilder
fn default() -> ServiceIntegrationConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ServiceIntegrationConfigBuilder> for ServiceIntegrationConfigBuilder
impl PartialEq<ServiceIntegrationConfigBuilder> for ServiceIntegrationConfigBuilder
source§fn eq(&self, other: &ServiceIntegrationConfigBuilder) -> bool
fn eq(&self, other: &ServiceIntegrationConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ServiceIntegrationConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ServiceIntegrationConfigBuilder
impl Send for ServiceIntegrationConfigBuilder
impl Sync for ServiceIntegrationConfigBuilder
impl Unpin for ServiceIntegrationConfigBuilder
impl UnwindSafe for ServiceIntegrationConfigBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more