public static final class ListCheckItemsResponseBody.CheckItems.Builder extends Object
public ListCheckItemsResponseBody.CheckItems.Builder assistInfo(ListCheckItemsResponseBody.AssistInfo assistInfo)
The help information for the check item.
public ListCheckItemsResponseBody.CheckItems.Builder checkId(Long checkId)
The ID of the check item.
example:100000000001
public ListCheckItemsResponseBody.CheckItems.Builder checkPolicies(List<ListCheckItemsResponseBody.CheckPolicies> checkPolicies)
A list of standard, regulation, and section information associated with the check result.
public ListCheckItemsResponseBody.CheckItems.Builder checkRule(String checkRule)
Define rules for custom inspection items.
example:{"AssociatedData":{"ToDataList":[{"DataName":"ACS_ECS_Instance","PropertyPath":"InstanceId","FromPropertyPath":"InstanceId"}]},"MatchProperty":{"Operator":"AND","MatchProperties":[{"DataName":"ACS_ECS_Disk","PropertyPath":"InstanceId","MatchOperator":"EQ","MatchPropertyValue":"testId"},{"DataName":"ACS_ECS_Instance","PropertyPath":"InstanceId","MatchOperator":"EQ","MatchPropertyValue":"testInstanceId"}]}}
public ListCheckItemsResponseBody.CheckItems.Builder checkShowName(String checkShowName)
The name of the check item.
example:testCheckItemName
public ListCheckItemsResponseBody.CheckItems.Builder checkType(String checkType)
The source type of the Security Posture check item:
SYSTEM
public ListCheckItemsResponseBody.CheckItems.Builder description(ListCheckItemsResponseBody.Description description)
The description information of the check item.
public ListCheckItemsResponseBody.CheckItems.Builder instanceSubType(String instanceSubType)
The sub-type of the cloud product"s asset.
example:DISK
public ListCheckItemsResponseBody.CheckItems.Builder instanceType(String instanceType)
The asset type of the cloud product.
example:ECS
public ListCheckItemsResponseBody.CheckItems.Builder remark(String remark)
Remark information.
example:remark.
public ListCheckItemsResponseBody.CheckItems.Builder riskLevel(String riskLevel)
The risk level of the check item. Values:
HIGH
public ListCheckItemsResponseBody.CheckItems.Builder solution(ListCheckItemsResponseBody.Solution solution)
The solution information for the check item.
public ListCheckItemsResponseBody.CheckItems.Builder status(String status)
The status of the check item. Values:
EDIT
public ListCheckItemsResponseBody.CheckItems.Builder vendor(String vendor)
The cloud asset vendor.
example:ALIYUN
public ListCheckItemsResponseBody.CheckItems build()
Copyright © 2026. All rights reserved.