public static final class DescribeSystemEventAttributeRequest.Builder extends Object
public DescribeSystemEventAttributeRequest.Builder endTime(String endTime)
The value must be a UNIX timestamp. It is the number of seconds that have elapsed since 00:00:00 UTC, January 1, 1970.
public DescribeSystemEventAttributeRequest.Builder eventType(String eventType)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the types of system events.
public DescribeSystemEventAttributeRequest.Builder groupId(String groupId)
public DescribeSystemEventAttributeRequest.Builder level(String level)
* CRITICAL: critical * WARN: warning * INFO: information
public DescribeSystemEventAttributeRequest.Builder name(String name)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the names of system events.
public DescribeSystemEventAttributeRequest.Builder pageNumber(Integer pageNumber)
Valid values: 1 to 100000000. Default value: 1.
public DescribeSystemEventAttributeRequest.Builder pageSize(Integer pageSize)
Valid values: 1 to 100. Default value: 10
public DescribeSystemEventAttributeRequest.Builder product(String product)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the abbreviations of service names.
public DescribeSystemEventAttributeRequest.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 DescribeSystemEventAttributeRequest.Builder startTime(String startTime)
The value must be a UNIX timestamp. It is the number of seconds that have elapsed since 00:00:00 UTC, January 1, 1970.
public DescribeSystemEventAttributeRequest.Builder status(String status)
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the statuses of system events.
public DescribeSystemEventAttributeRequest build()
Copyright © 2023. All rights reserved.