public static interface PerformanceInsightsReferenceComparisonValues.Builder extends SdkPojo, CopyableBuilder<PerformanceInsightsReferenceComparisonValues.Builder,PerformanceInsightsReferenceComparisonValues>
| Modifier and Type | Method and Description |
|---|---|
default PerformanceInsightsReferenceComparisonValues.Builder |
referenceMetric(Consumer<PerformanceInsightsReferenceMetric.Builder> referenceMetric)
A metric that DevOps Guru compares to actual metric values.
|
PerformanceInsightsReferenceComparisonValues.Builder |
referenceMetric(PerformanceInsightsReferenceMetric referenceMetric)
A metric that DevOps Guru compares to actual metric values.
|
default PerformanceInsightsReferenceComparisonValues.Builder |
referenceScalar(Consumer<PerformanceInsightsReferenceScalar.Builder> referenceScalar)
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values.
|
PerformanceInsightsReferenceComparisonValues.Builder |
referenceScalar(PerformanceInsightsReferenceScalar referenceScalar)
A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPerformanceInsightsReferenceComparisonValues.Builder referenceScalar(PerformanceInsightsReferenceScalar referenceScalar)
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.
referenceScalar - 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.default PerformanceInsightsReferenceComparisonValues.Builder referenceScalar(Consumer<PerformanceInsightsReferenceScalar.Builder> referenceScalar)
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.
This is a convenience method that creates an instance of thePerformanceInsightsReferenceScalar.Builder avoiding the need to create one manually via
PerformanceInsightsReferenceScalar.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to referenceScalar(PerformanceInsightsReferenceScalar).
referenceScalar - a consumer that will call methods on PerformanceInsightsReferenceScalar.BuilderreferenceScalar(PerformanceInsightsReferenceScalar)PerformanceInsightsReferenceComparisonValues.Builder referenceMetric(PerformanceInsightsReferenceMetric referenceMetric)
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.
referenceMetric - 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.default PerformanceInsightsReferenceComparisonValues.Builder referenceMetric(Consumer<PerformanceInsightsReferenceMetric.Builder> referenceMetric)
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.
This is a convenience method that creates an instance of thePerformanceInsightsReferenceMetric.Builder avoiding the need to create one manually via
PerformanceInsightsReferenceMetric.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to referenceMetric(PerformanceInsightsReferenceMetric).
referenceMetric - a consumer that will call methods on PerformanceInsightsReferenceMetric.BuilderreferenceMetric(PerformanceInsightsReferenceMetric)Copyright © 2023. All rights reserved.