public static final class ModifyProcessWhiteListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyProcessWhiteListRequest |
build() |
ModifyProcessWhiteListRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyProcessWhiteListRequest.Builder |
md5s(String md5s)
The MD5 hash value of the process startup file.
|
ModifyProcessWhiteListRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyProcessWhiteListRequest.Builder |
status(Integer status)
The whitelist status of the process.
|
ModifyProcessWhiteListRequest.Builder |
strategyId(Long strategyId)
The ID of the policy.
|
public ModifyProcessWhiteListRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ModifyProcessWhiteListRequest.Builder md5s(String md5s)
The MD5 hash value of the process startup file.
You can call the DescribeWhiteListProcess operation to obtain the MD5 hash value.
This parameter is required.
example:001d7f68c3b44147988f0dc81192****
public ModifyProcessWhiteListRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system.
example:173.128.XX.XX
public ModifyProcessWhiteListRequest.Builder status(Integer status)
The whitelist status of the process. Valid values:
This parameter is required.
example:1
public ModifyProcessWhiteListRequest.Builder strategyId(Long strategyId)
The ID of the policy.
You can call the DescribeWhiteListStrategyList operation to obtain the ID.
This parameter is required.
example:1
public ModifyProcessWhiteListRequest build()
Copyright © 2026. All rights reserved.