public static final class CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
CreateGroupMonitoringAgentProcessRequest.MatchExpress |
build() |
CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder |
function(String function)
The matching condition.
|
CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder |
name(String name)
The criteria based on which the instances are matched.
|
CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder |
value(String value)
The keyword used to match the instance name.
|
public CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder function(String function)
* all (default value): matches all * startWith: starts with a prefix * endWith: ends with a suffix * contains: contains * notContains: does not contain * equals: equals Valid values of N: 1 to 3.
public CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder name(String name)
Valid values of N: 1 to 3. > Set the value to name. The value name indicates that the instances are matched based on the instance name.
public CreateGroupMonitoringAgentProcessRequest.MatchExpress.Builder value(String value)
Valid values of N: 1 to 3.
public CreateGroupMonitoringAgentProcessRequest.MatchExpress build()
Copyright © 2023. All rights reserved.