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)
The end time.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552220485596
public DescribeSystemEventHistogramRequest.Builder eventType(String eventType)
The event type.
example:You can call the DescribeSystemEventMetaList operation to query the types of system events.
Exception
public DescribeSystemEventHistogramRequest.Builder groupId(String groupId)
The ID of the application group.
example:12345
public DescribeSystemEventHistogramRequest.Builder level(String level)
The level of the event. Valid values:
CRITICAL
public DescribeSystemEventHistogramRequest.Builder name(String name)
The event name.
example:You can call the DescribeSystemEventMetaList operation to query the names of system events.
BucketIngressBandwidth
public DescribeSystemEventHistogramRequest.Builder product(String product)
The abbreviation of the service name.
example:You can call the DescribeSystemEventMetaList operation to query the abbreviations of service names.
OSS
public DescribeSystemEventHistogramRequest.Builder searchKeywords(String searchKeywords)
The keywords that are used to search for the system event. Valid values:
a and b.a or b.cms
public DescribeSystemEventHistogramRequest.Builder startTime(String startTime)
The start time.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552209685596
public DescribeSystemEventHistogramRequest.Builder status(String status)
The event status.
example:You can call the DescribeSystemEventMetaList operation to query the status of system events.
normal
public DescribeSystemEventHistogramRequest build()
Copyright © 2026. All rights reserved.