public static final class ImportAppAlertRulesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ImportAppAlertRulesRequest |
build() |
ImportAppAlertRulesRequest.Builder |
contactGroupIds(String contactGroupIds)
The IDs of the alert contact groups.
|
ImportAppAlertRulesRequest.Builder |
isAutoStart(Boolean isAutoStart)
Specifies whether to enable the alert rule after it is created.
|
ImportAppAlertRulesRequest.Builder |
pids(String pids)
The process identifiers (PIDs) of the applications associated with the alert rule.
|
ImportAppAlertRulesRequest.Builder |
regionId(String regionId)
The ID of the region where the associated applications reside.
|
ImportAppAlertRulesRequest.Builder |
tags(List<ImportAppAlertRulesRequest.Tags> tags)
The list of tags.
|
ImportAppAlertRulesRequest.Builder |
templageAlertConfig(String templageAlertConfig)
The configurations of the alert template based on which you want to create an alert rule.
|
ImportAppAlertRulesRequest.Builder |
templateAlertId(String templateAlertId)
The ID of the alert template.
|
public ImportAppAlertRulesRequest.Builder contactGroupIds(String contactGroupIds)
public ImportAppAlertRulesRequest.Builder isAutoStart(Boolean isAutoStart)
* `true`: enables the alert rule. * `false`: disables the alert rule.
public ImportAppAlertRulesRequest.Builder pids(String pids)
public ImportAppAlertRulesRequest.Builder regionId(String regionId)
public ImportAppAlertRulesRequest.Builder tags(List<ImportAppAlertRulesRequest.Tags> tags)
public ImportAppAlertRulesRequest.Builder templageAlertConfig(String templageAlertConfig)
public ImportAppAlertRulesRequest.Builder templateAlertId(String templateAlertId)
public ImportAppAlertRulesRequest build()
Copyright © 2024. All rights reserved.