public static final class DescribeInvadeEventListRequest.Builder extends Object
public DescribeInvadeEventListRequest.Builder assetsIP(String assetsIP)
The IP address of the affected asset.
example:10.0.XX.XX
public DescribeInvadeEventListRequest.Builder assetsInstanceId(String assetsInstanceId)
The ID of the instance.
example:ins_1321_asedb_****
public DescribeInvadeEventListRequest.Builder assetsInstanceName(String assetsInstanceName)
The name of the instance.
example:ECS_test
public DescribeInvadeEventListRequest.Builder currentPage(String currentPage)
The number of the page to return.
Default value: 1.
example:1
public DescribeInvadeEventListRequest.Builder endTime(String endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds. If you do not specify this parameter, the query ends at the current time.
example:1656837360
public DescribeInvadeEventListRequest.Builder eventKey(String eventKey)
The ID of the breach awareness event.
example:69d189e2-ec17-4676-a2fe-02969234****
public DescribeInvadeEventListRequest.Builder eventName(String eventName)
The name of the breach awareness event.
example:event_test
public DescribeInvadeEventListRequest.Builder eventUuid(String eventUuid)
The UUID of the breach awareness event.
example:fadd-dfdd-****
public DescribeInvadeEventListRequest.Builder isIgnore(String isIgnore)
Specifies whether the breach awareness event is ignored. Valid values:
true
public DescribeInvadeEventListRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public DescribeInvadeEventListRequest.Builder memberUid(Long memberUid)
The ID of the member.
example:135809047715****
public DescribeInvadeEventListRequest.Builder pageSize(String pageSize)
The number of entries to return on each page.
Default value: 6. Maximum value: 10.
example:1
public DescribeInvadeEventListRequest.Builder processStatusList(List<Integer> processStatusList)
The handling status of breach awareness events.
public DescribeInvadeEventListRequest.Builder riskLevel(List<Integer> riskLevel)
The risk levels.
public DescribeInvadeEventListRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.0.XX.XX
public DescribeInvadeEventListRequest.Builder startTime(String startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds. If you do not specify this parameter, the query starts from 30 days before the current time.
example:1656750960
public DescribeInvadeEventListRequest build()
Copyright © 2026. All rights reserved.