public static final class VerifyCheckCustomConfigRequest.CustomConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyCheckCustomConfigRequest.CustomConfigs |
build() |
VerifyCheckCustomConfigRequest.CustomConfigs.Builder |
name(String name)
Name of the custom configuration item for the check item, unique within the same check item.
|
VerifyCheckCustomConfigRequest.CustomConfigs.Builder |
operation(String operation)
Operation type for the custom configuration item of the check item.
|
VerifyCheckCustomConfigRequest.CustomConfigs.Builder |
value(String value)
User-configured value string for the custom configuration item of the check item.
|
public VerifyCheckCustomConfigRequest.CustomConfigs.Builder name(String name)
Name of the custom configuration item for the check item, unique within the same check item.
example:IPList
public VerifyCheckCustomConfigRequest.CustomConfigs.Builder operation(String operation)
Operation type for the custom configuration item of the check item. Only pass DELETE when deleting; no need to pass for creation or update.
example:DELETE
public VerifyCheckCustomConfigRequest.CustomConfigs.Builder value(String value)
User-configured value string for the custom configuration item of the check item.
example:10.12.4.XX
public VerifyCheckCustomConfigRequest.CustomConfigs build()
Copyright © 2026. All rights reserved.