AnomalyGroup.Builder |
AnomalyGroup.Builder.anomalyGroupId(String anomalyGroupId) |
The ID of the anomaly group.
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.anomalyGroupScore(Double anomalyGroupScore) |
The severity score of the group.
|
static AnomalyGroup.Builder |
AnomalyGroup.builder() |
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.endTime(String endTime) |
The end time for the group.
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.metricLevelImpactList(Collection<MetricLevelImpact> metricLevelImpactList) |
A list of measures affected by the anomaly.
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.metricLevelImpactList(Consumer<MetricLevelImpact.Builder>... metricLevelImpactList) |
A list of measures affected by the anomaly.
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.metricLevelImpactList(MetricLevelImpact... metricLevelImpactList) |
A list of measures affected by the anomaly.
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.primaryMetricName(String primaryMetricName) |
The name of the primary affected measure for the group.
|
AnomalyGroup.Builder |
AnomalyGroup.Builder.startTime(String startTime) |
The start time for the group.
|
AnomalyGroup.Builder |
AnomalyGroup.toBuilder() |
|