public static interface MetricLevelImpact.Builder extends SdkPojo, CopyableBuilder<MetricLevelImpact.Builder,MetricLevelImpact>
| Modifier and Type | Method and Description |
|---|---|
default MetricLevelImpact.Builder |
contributionMatrix(Consumer<ContributionMatrix.Builder> contributionMatrix)
Details about the dimensions that contributed to the anomaly.
|
MetricLevelImpact.Builder |
contributionMatrix(ContributionMatrix contributionMatrix)
Details about the dimensions that contributed to the anomaly.
|
MetricLevelImpact.Builder |
metricName(String metricName)
The name of the measure.
|
MetricLevelImpact.Builder |
numTimeSeries(Integer numTimeSeries)
The number of anomalous metrics for the measure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricLevelImpact.Builder metricName(String metricName)
The name of the measure.
metricName - The name of the measure.MetricLevelImpact.Builder numTimeSeries(Integer numTimeSeries)
The number of anomalous metrics for the measure.
numTimeSeries - The number of anomalous metrics for the measure.MetricLevelImpact.Builder contributionMatrix(ContributionMatrix contributionMatrix)
Details about the dimensions that contributed to the anomaly.
contributionMatrix - Details about the dimensions that contributed to the anomaly.default MetricLevelImpact.Builder contributionMatrix(Consumer<ContributionMatrix.Builder> contributionMatrix)
Details about the dimensions that contributed to the anomaly.
This is a convenience method that creates an instance of theContributionMatrix.Builder avoiding the
need to create one manually via ContributionMatrix.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contributionMatrix(ContributionMatrix).
contributionMatrix - a consumer that will call methods on ContributionMatrix.BuildercontributionMatrix(ContributionMatrix)Copyright © 2023. All rights reserved.