public static final class DescribeSystemEventCountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemEventCountRequest |
build() |
DescribeSystemEventCountRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeSystemEventCountRequest.Builder |
eventType(String eventType)
The type of the system event.
|
DescribeSystemEventCountRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeSystemEventCountRequest.Builder |
level(String level)
The level of the system event.
|
DescribeSystemEventCountRequest.Builder |
name(String name)
The name of the system event.
|
DescribeSystemEventCountRequest.Builder |
product(String product)
The name of the cloud service.
|
DescribeSystemEventCountRequest.Builder |
searchKeywords(String searchKeywords)
The keywords that are used to search for the system event.
|
DescribeSystemEventCountRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
DescribeSystemEventCountRequest.Builder |
status(String status)
The status of the system event.
|
public DescribeSystemEventCountRequest.Builder endTime(String endTime)
The end of the time range to query. Unit: milliseconds.
example:1635993921000
public DescribeSystemEventCountRequest.Builder eventType(String eventType)
The type of the system event.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter EventType. The value of the EventType parameter indicates the types of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see DescribeSystemEventMetaList.
StatusNotification
public DescribeSystemEventCountRequest.Builder groupId(String groupId)
The ID of the application group.
example:17285****
public DescribeSystemEventCountRequest.Builder level(String level)
The level of the system event. Valid values:
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter Level. The value of the Level parameter indicates the levels of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see DescribeSystemEventMetaList.
Info
public DescribeSystemEventCountRequest.Builder name(String name)
The name of the system event.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter Name. The value of the Name parameter indicates the names of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see DescribeSystemEventMetaList.
Instance:StateChange
public DescribeSystemEventCountRequest.Builder product(String product)
The name of the cloud service.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter Product. The value of the Product parameter indicates the names of all cloud services in which the system events of your Alibaba Cloud account occurred. For more information, see DescribeSystemEventMetaList.
ECS
public DescribeSystemEventCountRequest.Builder searchKeywords(String searchKeywords)
The keywords that are used to search for the system event. Valid values:
a and b.a or b.ECS
public DescribeSystemEventCountRequest.Builder startTime(String startTime)
The beginning of the time range to query. Unit: milliseconds.
example:1635993541000
public DescribeSystemEventCountRequest.Builder status(String status)
The status of the system event.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter Status. The value of the Status parameter indicates the status of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see DescribeSystemEventMetaList.
Normal
public DescribeSystemEventCountRequest build()
Copyright © 2026. All rights reserved.