public static final class DescribeSystemEventAttributeRequest.Builder extends Object
public DescribeSystemEventAttributeRequest.Builder endTime(String endTime)
The end of the time range to query.
The value must be a UNIX timestamp. It is the number of seconds that have elapsed since 00:00:00 UTC, January 1, 1970.
example:1552221584949
public DescribeSystemEventAttributeRequest.Builder eventType(String eventType)
The type of the system event.
example:You can call the DescribeSystemEventMetaList operation to query the types of system events.
Exception
public DescribeSystemEventAttributeRequest.Builder groupId(String groupId)
The ID of the application group.
example:12346
public DescribeSystemEventAttributeRequest.Builder level(String level)
The level of the system event. Valid values:
CRITICAL
public DescribeSystemEventAttributeRequest.Builder name(String name)
The name of the system event.
example:You can call the DescribeSystemEventMetaList operation to query the names of system events.
BucketIngressBandwidth
public DescribeSystemEventAttributeRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return.
Valid values: 1 to 100000000.
Default value: 1.
example:1
public DescribeSystemEventAttributeRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
Valid values: 1 to 100.
Default value: 10
example:10
public DescribeSystemEventAttributeRequest.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 DescribeSystemEventAttributeRequest.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 DescribeSystemEventAttributeRequest.Builder startTime(String startTime)
The beginning of the time range to query.
The value must be a UNIX timestamp. It is the number of seconds that have elapsed since 00:00:00 UTC, January 1, 1970.
example:1552199984949
public DescribeSystemEventAttributeRequest.Builder status(String status)
The status of the system event.
example:You can call the DescribeSystemEventMetaList operation to query the statuses of system events.
normal
public DescribeSystemEventAttributeRequest build()
Copyright © 2026. All rights reserved.