public static final class VerifyCheckCustomConfigResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyCheckCustomConfigResponseBody |
build() |
VerifyCheckCustomConfigResponseBody.Builder |
errorCheckConfigs(List<VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs> errorCheckConfigs)
List of check parameters with configuration errors.
|
VerifyCheckCustomConfigResponseBody.Builder |
errorCheckCustomConfig(VerifyCheckCustomConfigResponseBody.ErrorCheckCustomConfig errorCheckCustomConfig)
Check the error code returned by the custom check item.
|
VerifyCheckCustomConfigResponseBody.Builder |
errorRepairConfigs(List<VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs> errorRepairConfigs)
List of repair parameters with configuration check errors.
|
VerifyCheckCustomConfigResponseBody.Builder |
requestId(String requestId)
The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used for troubleshooting and problem localization.
|
public VerifyCheckCustomConfigResponseBody.Builder errorCheckConfigs(List<VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs> errorCheckConfigs)
List of check parameters with configuration errors.
public VerifyCheckCustomConfigResponseBody.Builder errorCheckCustomConfig(VerifyCheckCustomConfigResponseBody.ErrorCheckCustomConfig errorCheckCustomConfig)
Check the error code returned by the custom check item.
public VerifyCheckCustomConfigResponseBody.Builder errorRepairConfigs(List<VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs> errorRepairConfigs)
List of repair parameters with configuration check errors.
public VerifyCheckCustomConfigResponseBody.Builder requestId(String requestId)
The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used for troubleshooting and problem localization.
example:7532B7EE-7CE7-5F4D-BF04-B12447DD****
public VerifyCheckCustomConfigResponseBody build()
Copyright © 2026. All rights reserved.