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)
public DescribeSystemEventCountRequest.Builder eventType(String eventType)
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](~~114972~~).
public DescribeSystemEventCountRequest.Builder groupId(String groupId)
public DescribeSystemEventCountRequest.Builder level(String level)
* Critical * Warn * Info 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](~~114972~~).
public DescribeSystemEventCountRequest.Builder name(String name)
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](~~114972~~).
public DescribeSystemEventCountRequest.Builder product(String product)
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](~~114972~~).
public DescribeSystemEventCountRequest.Builder searchKeywords(String searchKeywords)
* If you want to search for the system event whose content contains a and b, set the value to `a and b`. * If you want to search for the system event whose content contains a or b, set the value to `a or b`.
public DescribeSystemEventCountRequest.Builder startTime(String startTime)
public DescribeSystemEventCountRequest.Builder status(String status)
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](~~114972~~).
public DescribeSystemEventCountRequest build()
Copyright © 2024. All rights reserved.