public static final class DescribeCustomEventHistogramRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventHistogramRequest |
build() |
DescribeCustomEventHistogramRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeCustomEventHistogramRequest.Builder |
eventId(String eventId)
The event ID.
|
DescribeCustomEventHistogramRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeCustomEventHistogramRequest.Builder |
level(String level)
The severity level of the event.
|
DescribeCustomEventHistogramRequest.Builder |
name(String name)
The event name.
|
DescribeCustomEventHistogramRequest.Builder |
searchKeywords(String searchKeywords)
The keywords that are used to search for the event.
|
DescribeCustomEventHistogramRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeCustomEventHistogramRequest.Builder endTime(String endTime)
The end of the time range to query.
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 DescribeCustomEventHistogramRequest.Builder eventId(String eventId)
The event ID.
example:123
public DescribeCustomEventHistogramRequest.Builder groupId(String groupId)
The ID of the application group.
example:12345
public DescribeCustomEventHistogramRequest.Builder level(String level)
The severity level of the event. Valid values:
CRITICAL
public DescribeCustomEventHistogramRequest.Builder name(String name)
The event name.
example:BucketIngressBandwidth
public DescribeCustomEventHistogramRequest.Builder searchKeywords(String searchKeywords)
The keywords that are used to search for the event.
cms
public DescribeCustomEventHistogramRequest.Builder startTime(String startTime)
The beginning of the time range to query.
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 DescribeCustomEventHistogramRequest build()
Copyright © 2026. All rights reserved.