public static final class ListCheckItemWarningSummaryRequest.Builder extends Object
public ListCheckItemWarningSummaryRequest.Builder checkItemFuzzy(String checkItemFuzzy)
The name of the check item. Fuzzy match is supported.
example:password
public ListCheckItemWarningSummaryRequest.Builder checkLevel(String checkLevel)
The risk level. Default value: null, which indicates that check items at all risk levels are queried.Valid values:
medium
public ListCheckItemWarningSummaryRequest.Builder checkType(String checkType)
The type of the check item.
example:hc.check.type.attack_defense
public ListCheckItemWarningSummaryRequest.Builder checkWarningStatus(Integer checkWarningStatus)
The risk status. Default value is null, meaning check items in all states are queried. Valid values:
3
public ListCheckItemWarningSummaryRequest.Builder checkWarningStatusList(List<Integer> checkWarningStatusList)
The list of risk levels. If the CheckWarningStatus parameter is specified, only it takes effect.
public ListCheckItemWarningSummaryRequest.Builder containerFieldName(String containerFieldName)
The name of the field that is used to query containers.
example:clusterId
public ListCheckItemWarningSummaryRequest.Builder containerFieldValue(String containerFieldValue)
The value of the field that is used to query containers.
example:c471f0f61b9c04f8380556e922cf1****
public ListCheckItemWarningSummaryRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public ListCheckItemWarningSummaryRequest.Builder groupId(Long groupId)
The ID of the asset group.
example:You can call the DescribeAllGroups operation to query the IDs of asset groups.
1161****
public ListCheckItemWarningSummaryRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListCheckItemWarningSummaryRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public ListCheckItemWarningSummaryRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to obtain the IDs.
127608589417****
public ListCheckItemWarningSummaryRequest.Builder riskType(String riskType)
The type of the baseline.
example:weak_password
public ListCheckItemWarningSummaryRequest.Builder source(String source)
The data source. Default value: default. Valid value:
agentless
public ListCheckItemWarningSummaryRequest.Builder startTime(Long startTime)
Start of time range for filtering alerts, effective only for querying historically handled alerts.
example:1732793158366
public ListCheckItemWarningSummaryRequest.Builder uuidList(List<String> uuidList)
The UUIDs of the servers.
You can call the DescribeCloudCenterInstances operation to query the UUIDs of the servers.
public ListCheckItemWarningSummaryRequest build()
Copyright © 2026. All rights reserved.