public static final class ModifyGroupMonitoringAgentProcessRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyGroupMonitoringAgentProcessRequest.Builder |
alertConfig(List<ModifyGroupMonitoringAgentProcessRequest.AlertConfig> alertConfig)
AlertConfig.
|
ModifyGroupMonitoringAgentProcessRequest |
build() |
ModifyGroupMonitoringAgentProcessRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
ModifyGroupMonitoringAgentProcessRequest.Builder |
id(String id)
The statistical aggregation method that is used to calculate the metric values.
|
ModifyGroupMonitoringAgentProcessRequest.Builder |
matchExpressFilterRelation(String matchExpressFilterRelation)
The comparison operator that is used to compare the metric value with the threshold.
|
public ModifyGroupMonitoringAgentProcessRequest.Builder alertConfig(List<ModifyGroupMonitoringAgentProcessRequest.AlertConfig> alertConfig)
public ModifyGroupMonitoringAgentProcessRequest.Builder groupId(String groupId)
public ModifyGroupMonitoringAgentProcessRequest.Builder id(String id)
> Set the value to Average.
public ModifyGroupMonitoringAgentProcessRequest.Builder matchExpressFilterRelation(String matchExpressFilterRelation)
* GreaterThanOrEqualToThreshold: greater than or equal to the threshold * GreaterThanThreshold: greater than the threshold * LessThanOrEqualToThreshold: less than or equal to the threshold * LessThanThreshold: less than the threshold. * NotEqualToThreshold: not equal to the threshold * GreaterThanYesterday: greater than the metric value at the same time yesterday. * LessThanYesterday: less than the metric value at the same time yesterday * GreaterThanLastWeek: greater than the metric value at the same time last week * LessThanLastWeek: less than the metric value at the same time last week * GreaterThanLastPeriod: greater than the metric value in the last monitoring cycle * LessThanLastPeriod: less than the metric value in the last monitoring cycle
public ModifyGroupMonitoringAgentProcessRequest build()
Copyright © 2023. All rights reserved.