public static final class SearchAlertRulesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchAlertRulesRequest.Builder |
alertRuleId(String alertRuleId)
The id of AlertRule.
|
SearchAlertRulesRequest.Builder |
appType(String appType)
The type of the application that is associated with the alert rule.
|
SearchAlertRulesRequest |
build() |
SearchAlertRulesRequest.Builder |
currentPage(Integer currentPage)
The page number of the page to return.
|
SearchAlertRulesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return per page.
|
SearchAlertRulesRequest.Builder |
pid(String pid)
The process identifier (PID) of the application that is associated with the alert rule.
|
SearchAlertRulesRequest.Builder |
regionId(String regionId)
The region ID of the alert data.
|
SearchAlertRulesRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group.
|
SearchAlertRulesRequest.Builder |
systemRegionId(String systemRegionId)
The region ID of the alert rule.
|
SearchAlertRulesRequest.Builder |
tags(List<SearchAlertRulesRequest.Tags> tags)
The list of tags.
|
SearchAlertRulesRequest.Builder |
title(String title)
The alert rule name.
|
SearchAlertRulesRequest.Builder |
type(String type)
The alert rule type.
|
public SearchAlertRulesRequest.Builder alertRuleId(String alertRuleId)
public SearchAlertRulesRequest.Builder appType(String appType)
* `TRACE`: application * `RETCODE`: browser
public SearchAlertRulesRequest.Builder currentPage(Integer currentPage)
public SearchAlertRulesRequest.Builder pageSize(Integer pageSize)
public SearchAlertRulesRequest.Builder pid(String pid)
public SearchAlertRulesRequest.Builder regionId(String regionId)
public SearchAlertRulesRequest.Builder resourceGroupId(String resourceGroupId)
public SearchAlertRulesRequest.Builder systemRegionId(String systemRegionId)
public SearchAlertRulesRequest.Builder tags(List<SearchAlertRulesRequest.Tags> tags)
public SearchAlertRulesRequest.Builder title(String title)
public SearchAlertRulesRequest.Builder type(String type)
* `1`: custom alert rules that are used to monitor drill-down data sets * `3`: custom alert rules that are used to monitor tiled data sets * `4`: alert rules that are used to monitor the browser, including the default frontend alert rules * `5`: alert rules that are used to monitor applications, including the default application alert rules * `6`: the default browser alert rules * `7`: the default application alert rules * `8`: Tracing Analysis alert rules * `101`: Prometheus alert rules
public SearchAlertRulesRequest build()
Copyright © 2024. All rights reserved.