public static final class ListAlertEventsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListAlertEventsRequest.Builder |
alertName(String alertName)
The name of the alert.
|
ListAlertEventsRequest |
build() |
ListAlertEventsRequest.Builder |
endTime(String endTime)
The end time of the alert events that you want to query.
|
ListAlertEventsRequest.Builder |
matchingConditions(String matchingConditions)
The list of matching conditions.
|
ListAlertEventsRequest.Builder |
page(Long page)
The number of the page to return.
|
ListAlertEventsRequest.Builder |
showNotificationPolicies(Boolean showNotificationPolicies)
Specifies whether to show the associated notification policy.
|
ListAlertEventsRequest.Builder |
size(Long size)
The number of entries to return on each page.
|
ListAlertEventsRequest.Builder |
startTime(String startTime)
The start time of the alert events that you want to query.
|
ListAlertEventsRequest.Builder |
status(String status)
The status of the alert events.
|
public ListAlertEventsRequest.Builder alertName(String alertName)
public ListAlertEventsRequest.Builder endTime(String endTime)
public ListAlertEventsRequest.Builder matchingConditions(String matchingConditions)
public ListAlertEventsRequest.Builder page(Long page)
public ListAlertEventsRequest.Builder showNotificationPolicies(Boolean showNotificationPolicies)
public ListAlertEventsRequest.Builder size(Long size)
public ListAlertEventsRequest.Builder startTime(String startTime)
public ListAlertEventsRequest.Builder status(String status)
* Active * Silenced * Resolved
public ListAlertEventsRequest build()
Copyright © 2024. All rights reserved.