#[non_exhaustive]pub struct LogsAnomalyDetectionIntegrationBuilder { /* private fields */ }
Expand description
A builder for LogsAnomalyDetectionIntegration
.
Implementations§
source§impl LogsAnomalyDetectionIntegrationBuilder
impl LogsAnomalyDetectionIntegrationBuilder
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
.
Trait Implementations§
source§impl Clone for LogsAnomalyDetectionIntegrationBuilder
impl Clone for LogsAnomalyDetectionIntegrationBuilder
source§fn clone(&self) -> LogsAnomalyDetectionIntegrationBuilder
fn clone(&self) -> LogsAnomalyDetectionIntegrationBuilder
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 LogsAnomalyDetectionIntegrationBuilder
impl Default for LogsAnomalyDetectionIntegrationBuilder
source§fn default() -> LogsAnomalyDetectionIntegrationBuilder
fn default() -> LogsAnomalyDetectionIntegrationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LogsAnomalyDetectionIntegrationBuilder> for LogsAnomalyDetectionIntegrationBuilder
impl PartialEq<LogsAnomalyDetectionIntegrationBuilder> for LogsAnomalyDetectionIntegrationBuilder
source§fn eq(&self, other: &LogsAnomalyDetectionIntegrationBuilder) -> bool
fn eq(&self, other: &LogsAnomalyDetectionIntegrationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.