public static final class DescribeSystemEventHistogramRequest.Builder extends Object
public DescribeSystemEventHistogramRequest.Builder endTime(String endTime)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
public DescribeSystemEventHistogramRequest.Builder eventType(String eventType)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view 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 view the names of system events.
public DescribeSystemEventHistogramRequest.Builder product(String product)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view the abbreviations of service names.
public DescribeSystemEventHistogramRequest.Builder searchKeywords(String searchKeywords)
* If you need to query the system event whose content contains a and b, set the value to `a and b`. * If you need to query 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 the epoch time January 1, 1970, 00:00:00 UTC.
public DescribeSystemEventHistogramRequest.Builder status(String status)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view the statuses of system events.
public DescribeSystemEventHistogramRequest build()
Copyright © 2023. All rights reserved.