public static final class DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress |
build() |
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder |
function(String function)
The matching condition.
|
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder |
name(String name)
The criteria based on which the instances are matched.
|
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder |
value(String value)
The keyword used to match the instance name.
|
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder function(String function)
* all (default): matches all * startWith: starts with a prefix * endWith: ends with a suffix * contains: contains * notContains: excludes * equals: equals > The matched instances are monitored by the process monitoring task.
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder name(String name)
> Set the value to `name`. The value name indicates that the instances are matched based on the instance name.
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder value(String value)
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress build()
Copyright © 2024. All rights reserved.