public static final class ExportSuspEventsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExportSuspEventsRequest.Builder |
assetsTypeList(List<String> assetsTypeList)
The types of assets.
|
ExportSuspEventsRequest |
build() |
ExportSuspEventsRequest.Builder |
clusterId(String clusterId)
The ID of the cluster that you want to query.
|
ExportSuspEventsRequest.Builder |
containerFieldName(String containerFieldName)
The key of the condition that is used to query alert events on containers.
|
ExportSuspEventsRequest.Builder |
containerFieldValue(String containerFieldValue)
The value of the condition that is used to query alert events on containers.
|
ExportSuspEventsRequest.Builder |
currentPage(String currentPage)
The number of the page to return.
|
ExportSuspEventsRequest.Builder |
dealed(String dealed)
The status of the alert event.
|
ExportSuspEventsRequest.Builder |
from(String from)
The data source of the exception.
|
ExportSuspEventsRequest.Builder |
groupId(Long groupId)
The ID of the asset group.
|
ExportSuspEventsRequest.Builder |
id(Long id)
The unique ID of the alert event.
|
ExportSuspEventsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ExportSuspEventsRequest.Builder |
levels(String levels)
The severity of the alert event.
|
ExportSuspEventsRequest.Builder |
name(String name)
The complete name of the exception.
|
ExportSuspEventsRequest.Builder |
operateErrorCodeList(List<String> operateErrorCodeList)
The status codes of alert events.
|
ExportSuspEventsRequest.Builder |
pageSize(String pageSize)
The number of entries to return on each page.
|
ExportSuspEventsRequest.Builder |
parentEventTypes(String parentEventTypes)
The alert type of the alert event.
|
ExportSuspEventsRequest.Builder |
remark(String remark)
The remarks.
|
ExportSuspEventsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ExportSuspEventsRequest.Builder |
status(String status)
The handling status of the exception.
|
ExportSuspEventsRequest.Builder |
targetType(String targetType)
The dimension from which you want to configure the feature.
|
ExportSuspEventsRequest.Builder |
timeEnd(String timeEnd)
The end of the time range during which the exception is detected.
|
ExportSuspEventsRequest.Builder |
timeStart(String timeStart)
The beginning of the time range during which the exception is detected.
|
ExportSuspEventsRequest.Builder |
uniqueInfo(String uniqueInfo)
The unique key of the alert event.
|
ExportSuspEventsRequest.Builder |
uuid(String uuid)
The unique ID of the associated instance.
|
public ExportSuspEventsRequest.Builder assetsTypeList(List<String> assetsTypeList)
The types of assets.
public ExportSuspEventsRequest.Builder clusterId(String clusterId)
The ID of the cluster that you want to query.
example:You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
c4af4fdf38a98496a9b63c2be5dae****
public ExportSuspEventsRequest.Builder containerFieldName(String containerFieldName)
The key of the condition that is used to query alert events on containers. Valid values:
clusterId
public ExportSuspEventsRequest.Builder containerFieldValue(String containerFieldValue)
The value of the condition that is used to query alert events on containers.
example:c819391d2d520485fa3e81e2dc2ea****
public ExportSuspEventsRequest.Builder currentPage(String currentPage)
The number of the page to return.
example:1
public ExportSuspEventsRequest.Builder dealed(String dealed)
The status of the alert event. Valid values:
Y
public ExportSuspEventsRequest.Builder from(String from)
The data source of the exception. Set the value to sas.
example:sas
public ExportSuspEventsRequest.Builder groupId(Long groupId)
The ID of the asset group.
example:8076980
public ExportSuspEventsRequest.Builder id(Long id)
The unique ID of the alert event.
example:17821
public ExportSuspEventsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ExportSuspEventsRequest.Builder levels(String levels)
The severity of the alert event. Separate multiple severities with commas (,). Valid values:
serious,suspicious,remind
public ExportSuspEventsRequest.Builder name(String name)
The complete name of the exception.
example:WEBSHELL
public ExportSuspEventsRequest.Builder operateErrorCodeList(List<String> operateErrorCodeList)
The status codes of alert events.
public ExportSuspEventsRequest.Builder pageSize(String pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public ExportSuspEventsRequest.Builder parentEventTypes(String parentEventTypes)
The alert type of the alert event. Valid values:
WEBSHELL
public ExportSuspEventsRequest.Builder remark(String remark)
The remarks.
example:remark
public ExportSuspEventsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. The value of this parameter is specified by the system.
example:127.0.XX.XX
public ExportSuspEventsRequest.Builder status(String status)
The handling status of the exception. Valid values:
0
public ExportSuspEventsRequest.Builder targetType(String targetType)
The dimension from which you want to configure the feature. Valid values:
uuid
public ExportSuspEventsRequest.Builder timeEnd(String timeEnd)
The end of the time range during which the exception is detected.
example:2022-12-05 00:00:00
public ExportSuspEventsRequest.Builder timeStart(String timeStart)
The beginning of the time range during which the exception is detected.
example:2022-10-01 00:00:00
public ExportSuspEventsRequest.Builder uniqueInfo(String uniqueInfo)
The unique key of the alert event.
example:1fbe8d16727f61d1478a674d6fa0****
public ExportSuspEventsRequest.Builder uuid(String uuid)
The unique ID of the associated instance.
example:18b7336e-d469-473b-af83-8e5420f9****
public ExportSuspEventsRequest build()
Copyright © 2026. All rights reserved.