pub struct Builder { /* private fields */ }
Expand description
A builder for PerformanceInsightsReferenceComparisonValues
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reference_scalar(self, input: PerformanceInsightsReferenceScalar) -> Self
pub fn reference_scalar(self, input: PerformanceInsightsReferenceScalar) -> Self
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
sourcepub fn set_reference_scalar(
self,
input: Option<PerformanceInsightsReferenceScalar>
) -> Self
pub fn set_reference_scalar(
self,
input: Option<PerformanceInsightsReferenceScalar>
) -> Self
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
sourcepub fn reference_metric(self, input: PerformanceInsightsReferenceMetric) -> Self
pub fn reference_metric(self, input: PerformanceInsightsReferenceMetric) -> Self
A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
sourcepub fn set_reference_metric(
self,
input: Option<PerformanceInsightsReferenceMetric>
) -> Self
pub fn set_reference_metric(
self,
input: Option<PerformanceInsightsReferenceMetric>
) -> Self
A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
sourcepub fn build(self) -> PerformanceInsightsReferenceComparisonValues
pub fn build(self) -> PerformanceInsightsReferenceComparisonValues
Consumes the builder and constructs a PerformanceInsightsReferenceComparisonValues
.