public static final class DescribeRiskCheckResultResponseBody.List.Builder extends Object
public DescribeRiskCheckResultResponseBody.List.Builder affectedCount(Integer affectedCount)
The number of affected assets.
example:0
public DescribeRiskCheckResultResponseBody.List.Builder checkTime(Long checkTime)
The timestamp when the last check was performed. Unit: milliseconds.
example:1639429164000
public DescribeRiskCheckResultResponseBody.List.Builder itemId(Long itemId)
The ID of the check item. For more information about the check item, see the check item table in the "Response parameters" section of this topic.
example:1
public DescribeRiskCheckResultResponseBody.List.Builder remainingTime(Integer remainingTime)
The time when the next check will be performed.
example:0
public DescribeRiskCheckResultResponseBody.List.Builder repairStatus(String repairStatus)
Indicates whether the risks that are detected based on the check item can be fixed. Valid values:
disabled
public DescribeRiskCheckResultResponseBody.List.Builder riskAssertType(String riskAssertType)
The type of the affected assets.
example:ECS
public DescribeRiskCheckResultResponseBody.List.Builder riskItemResources(List<DescribeRiskCheckResultResponseBody.RiskItemResources> riskItemResources)
An array that consists of the details about the check item.
public DescribeRiskCheckResultResponseBody.List.Builder riskLevel(String riskLevel)
The risk level of the check item. Valid values:
high
public DescribeRiskCheckResultResponseBody.List.Builder sort(Integer sort)
The sequence number in the check results. The check items are sorted based on the sequence number.
example:1
public DescribeRiskCheckResultResponseBody.List.Builder startStatus(String startStatus)
Indicates whether the check item is supported by the edition of Security Center that you purchase. Valid values:
enabled
public DescribeRiskCheckResultResponseBody.List.Builder status(String status)
The status of the check results. Valid values:
pass
public DescribeRiskCheckResultResponseBody.List.Builder taskId(Long taskId)
The ID of the check task.
example:15384933
public DescribeRiskCheckResultResponseBody.List.Builder title(String title)
The name of the check item.
example:RDS - Whitelist Configuration
public DescribeRiskCheckResultResponseBody.List.Builder type(String type)
The type of the check item. Valid values:
Log audit
public DescribeRiskCheckResultResponseBody.List build()
Copyright © 2026. All rights reserved.