Struct aws_sdk_devopsguru::model::anomaly_source_details::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AnomalySourceDetails
Implementations
Appends an item to cloud_watch_metrics
.
To override the contents of this collection use set_cloud_watch_metrics
.
An array of CloudWatchMetricsDetail
objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
An array of CloudWatchMetricsDetail
objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
Appends an item to performance_insights_metrics
.
To override the contents of this collection use set_performance_insights_metrics
.
An array of PerformanceInsightsMetricsDetail
objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
pub fn set_performance_insights_metrics(
self,
input: Option<Vec<PerformanceInsightsMetricsDetail>>
) -> Self
pub fn set_performance_insights_metrics(
self,
input: Option<Vec<PerformanceInsightsMetricsDetail>>
) -> Self
An array of PerformanceInsightsMetricsDetail
objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
Consumes the builder and constructs a AnomalySourceDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more