public static final class DescribeSystemEventHistogramRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemEventHistogramRequest |
build() |
DescribeSystemEventHistogramRequest.Builder |
endTime(String endTime)
The end time.
|
DescribeSystemEventHistogramRequest.Builder |
eventType(String eventType)
The event type.
|
DescribeSystemEventHistogramRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeSystemEventHistogramRequest.Builder |
level(String level)
The level of the event.
|
DescribeSystemEventHistogramRequest.Builder |
name(String name)
The event name.
|
DescribeSystemEventHistogramRequest.Builder |
product(String product)
The abbreviation of the service name.
|
DescribeSystemEventHistogramRequest.Builder |
searchKeywords(String searchKeywords)
The keywords that are used to search for the system event.
|
DescribeSystemEventHistogramRequest.Builder |
startTime(String startTime)
The start time.
|
DescribeSystemEventHistogramRequest.Builder |
status(String status)
The event status.
|
public DescribeSystemEventHistogramRequest.Builder endTime(String endTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public DescribeSystemEventHistogramRequest.Builder eventType(String eventType)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the types of system events.
public DescribeSystemEventHistogramRequest.Builder groupId(String groupId)
public DescribeSystemEventHistogramRequest.Builder level(String level)
* CRITICAL * WARN * INFO
public DescribeSystemEventHistogramRequest.Builder name(String name)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the names of system events.
public DescribeSystemEventHistogramRequest.Builder product(String product)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the abbreviations of service names.
public DescribeSystemEventHistogramRequest.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 DescribeSystemEventHistogramRequest.Builder startTime(String startTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
public DescribeSystemEventHistogramRequest.Builder status(String status)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the status of system events.
public DescribeSystemEventHistogramRequest build()
Copyright © 2024. All rights reserved.