public static final class VerifyCheckCustomConfigRequest.RepairConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyCheckCustomConfigRequest.RepairConfigs |
build() |
VerifyCheckCustomConfigRequest.RepairConfigs.Builder |
flowId(String flowId)
ID of the repair process during the repair.
|
VerifyCheckCustomConfigRequest.RepairConfigs.Builder |
name(String name)
Name of the repair parameter for the check item, unique within the same check item.
|
VerifyCheckCustomConfigRequest.RepairConfigs.Builder |
operation(String operation)
Operation type for the custom configuration item of the check item.
|
VerifyCheckCustomConfigRequest.RepairConfigs.Builder |
value(String value)
User-configured value string for the repair parameter of the check item.
|
public VerifyCheckCustomConfigRequest.RepairConfigs.Builder flowId(String flowId)
ID of the repair process during the repair.
example:7fec0a3395b345c18f108ffc9fc0****
public VerifyCheckCustomConfigRequest.RepairConfigs.Builder name(String name)
Name of the repair parameter for the check item, unique within the same check item.
example:IPLists
public VerifyCheckCustomConfigRequest.RepairConfigs.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.RepairConfigs.Builder value(String value)
User-configured value string for the repair parameter of the check item.
example:172.26.49.XX
public VerifyCheckCustomConfigRequest.RepairConfigs build()
Copyright © 2026. All rights reserved.