public static final class ListCheckResultRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCheckResultRequest |
build() |
ListCheckResultRequest.Builder |
checkIds(List<Long> checkIds)
The IDs of the check items.
|
ListCheckResultRequest.Builder |
checkKey(String checkKey)
The key that you want to use to search for check items in fuzzy match mode.
|
ListCheckResultRequest.Builder |
checkTypes(List<String> checkTypes)
Source type of the situation awareness check item.
|
ListCheckResultRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
ListCheckResultRequest.Builder |
customParam(Boolean customParam)
Specifies whether the check item supports custom parameters.
|
ListCheckResultRequest.Builder |
instanceIds(List<String> instanceIds)
The instance IDs of the cloud services that you want to query.
|
ListCheckResultRequest.Builder |
instanceTypes(List<String> instanceTypes)
The asset type of the cloud services.
|
ListCheckResultRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ListCheckResultRequest.Builder |
operationTypes(List<String> operationTypes)
Specifies whether fixing is supported.
|
ListCheckResultRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
ListCheckResultRequest.Builder |
regionId(String regionId)
The region ID of the instance.
|
ListCheckResultRequest.Builder |
requirementIds(List<Long> requirementIds)
The IDs of the requirements.
|
ListCheckResultRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
ListCheckResultRequest.Builder |
riskLevels(List<String> riskLevels)
The risk levels of check items.
|
ListCheckResultRequest.Builder |
sortTypes(List<String> sortTypes)
The types of the conditions based on which check items are sorted.
|
ListCheckResultRequest.Builder |
standardIds(List<Long> standardIds)
The standard IDs.
|
ListCheckResultRequest.Builder |
statuses(List<String> statuses)
The statuses of check items.
|
ListCheckResultRequest.Builder |
taskSources(List<String> taskSources)
Delete the custom category in a custom inspection item.
|
ListCheckResultRequest.Builder |
types(List<String> types)
The types of check standards.
|
ListCheckResultRequest.Builder |
vendors(List<String> vendors)
The cloud service providers.
|
public ListCheckResultRequest.Builder checkIds(List<Long> checkIds)
The IDs of the check items.
public ListCheckResultRequest.Builder checkKey(String checkKey)
The key that you want to use to search for check items in fuzzy match mode.
example:OSS
public ListCheckResultRequest.Builder checkTypes(List<String> checkTypes)
Source type of the situation awareness check item.
public ListCheckResultRequest.Builder currentPage(Integer currentPage)
The page number.
example:2
public ListCheckResultRequest.Builder customParam(Boolean customParam)
Specifies whether the check item supports custom parameters. Valid values:
true
public ListCheckResultRequest.Builder instanceIds(List<String> instanceIds)
The instance IDs of the cloud services that you want to query. Separate multiple IDs with commas (,).
public ListCheckResultRequest.Builder instanceTypes(List<String> instanceTypes)
The asset type of the cloud services. Valid values:
public ListCheckResultRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListCheckResultRequest.Builder operationTypes(List<String> operationTypes)
Specifies whether fixing is supported. Valid values:
public ListCheckResultRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Maximum value: 100.
example:50
public ListCheckResultRequest.Builder regionId(String regionId)
The region ID of the instance. Valid values:
cn-hangzhou
public ListCheckResultRequest.Builder requirementIds(List<Long> requirementIds)
The IDs of the requirements.
public ListCheckResultRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
You can call the DescribeMonitorAccounts operation to obtain the IDs.
public ListCheckResultRequest.Builder riskLevels(List<String> riskLevels)
The risk levels of check items. Separate multiple risk levels with commas (,). Valid values:
public ListCheckResultRequest.Builder sortTypes(List<String> sortTypes)
The types of the conditions based on which check items are sorted. Valid values:
public ListCheckResultRequest.Builder standardIds(List<Long> standardIds)
The standard IDs.
public ListCheckResultRequest.Builder statuses(List<String> statuses)
The statuses of check items. Separate multiple statuses with commas (,). Valid values:
public ListCheckResultRequest.Builder taskSources(List<String> taskSources)
Delete the custom category in a custom inspection item.
public ListCheckResultRequest.Builder types(List<String> types)
The types of check standards.
public ListCheckResultRequest.Builder vendors(List<String> vendors)
The cloud service providers. Valid values:
public ListCheckResultRequest build()
Copyright © 2026. All rights reserved.