public static interface AnomalyGroupSummary.Builder extends SdkPojo, CopyableBuilder<AnomalyGroupSummary.Builder,AnomalyGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
AnomalyGroupSummary.Builder |
anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
AnomalyGroupSummary.Builder |
anomalyGroupScore(Double anomalyGroupScore)
The severity score of the group.
|
AnomalyGroupSummary.Builder |
endTime(String endTime)
The end time for the group.
|
AnomalyGroupSummary.Builder |
primaryMetricName(String primaryMetricName)
The name of the primary affected measure for the group.
|
AnomalyGroupSummary.Builder |
startTime(String startTime)
The start time for the group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalyGroupSummary.Builder startTime(String startTime)
The start time for the group.
startTime - The start time for the group.AnomalyGroupSummary.Builder endTime(String endTime)
The end time for the group.
endTime - The end time for the group.AnomalyGroupSummary.Builder anomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId - The ID of the anomaly group.AnomalyGroupSummary.Builder anomalyGroupScore(Double anomalyGroupScore)
The severity score of the group.
anomalyGroupScore - The severity score of the group.AnomalyGroupSummary.Builder primaryMetricName(String primaryMetricName)
The name of the primary affected measure for the group.
primaryMetricName - The name of the primary affected measure for the group.Copyright © 2023. All rights reserved.