public static final class AddCheckResultWhiteListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddCheckResultWhiteListRequest |
build() |
AddCheckResultWhiteListRequest.Builder |
checkIds(List<Long> checkIds)
The IDs of the check items.
|
AddCheckResultWhiteListRequest.Builder |
instanceIds(List<String> instanceIds)
IDs of the cloud product instances that need to be whitelisted.
|
AddCheckResultWhiteListRequest.Builder |
remark(String remark)
The description.
|
AddCheckResultWhiteListRequest.Builder |
ruleType(String ruleType)
The type of the rule.
|
public AddCheckResultWhiteListRequest.Builder checkIds(List<Long> checkIds)
The IDs of the check items.
You can call the ListCheckResult operation to query the IDs of the check items.
public AddCheckResultWhiteListRequest.Builder instanceIds(List<String> instanceIds)
IDs of the cloud product instances that need to be whitelisted. Separate multiple IDs with a comma (,).
public AddCheckResultWhiteListRequest.Builder remark(String remark)
The description. The value of this parameter can be up to 65,535 bytes in length.
example:test
public AddCheckResultWhiteListRequest.Builder ruleType(String ruleType)
The type of the rule. Default value: WHITE. Valid value:
WHITE
public AddCheckResultWhiteListRequest build()
Copyright © 2026. All rights reserved.