public static final class ChangeCheckCustomConfigRequest.CustomConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ChangeCheckCustomConfigRequest.CustomConfigs |
build() |
ChangeCheckCustomConfigRequest.CustomConfigs.Builder |
name(String name)
The name of the custom configuration item.
|
ChangeCheckCustomConfigRequest.CustomConfigs.Builder |
operation(String operation)
The operation that you want to perform on the custom configuration item.
|
ChangeCheckCustomConfigRequest.CustomConfigs.Builder |
value(String value)
The value of the custom configuration item.
|
public ChangeCheckCustomConfigRequest.CustomConfigs.Builder name(String name)
The name of the custom configuration item. The name of a custom configuration item is unique in a check item.
example:SessionTimeMax
public ChangeCheckCustomConfigRequest.CustomConfigs.Builder operation(String operation)
The operation that you want to perform on the custom configuration item. This parameter is required only if you want to delete the custom configuration item. To delete the custom configuration item, set the value to DELETE.
example:DELETE
public ChangeCheckCustomConfigRequest.CustomConfigs.Builder value(String value)
The value of the custom configuration item. The value is a string.
example:13
public ChangeCheckCustomConfigRequest.CustomConfigs build()
Copyright © 2026. All rights reserved.