public static final class ValidateHcWarningsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ValidateHcWarningsRequest |
build() |
ValidateHcWarningsRequest.Builder |
checkIds(String checkIds)
The IDs of check items that you want to verify.
|
ValidateHcWarningsRequest.Builder |
riskIds(String riskIds)
The IDs of risk items that you want to verify.
|
ValidateHcWarningsRequest.Builder |
status(Integer status)
The status of the check item that you want to verify.
|
ValidateHcWarningsRequest.Builder |
uuids(String uuids)
The UUIDs of the servers on which you want to verify the risk items.
|
public ValidateHcWarningsRequest.Builder checkIds(String checkIds)
The IDs of check items that you want to verify. Separate multiple IDs with commas (,).
example:You can use DescribeCheckWarningSummary to get IDs of check items.
695,234
public ValidateHcWarningsRequest.Builder riskIds(String riskIds)
The IDs of risk items that you want to verify. Separate multiple IDs with commas (,).
example:43
public ValidateHcWarningsRequest.Builder status(Integer status)
The status of the check item that you want to verify.
1
public ValidateHcWarningsRequest.Builder uuids(String uuids)
The UUIDs of the servers on which you want to verify the risk items. Separate multiple UUIDs with commas (,).
example:You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
78645c8e-2e89-441b-8eb,a9622a6b-adb5-4dd3-929e,0136460a-1cb5-44e8-****
public ValidateHcWarningsRequest build()
Copyright © 2026. All rights reserved.