public static final class BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder extends Object
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder configId(Long configId)
The ID of the whitelist rule. If you do not specify this parameter, a whitelist rule is created.
example:1
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder eventName(String eventName)
The name of the alert.
ALL
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder field(String field)
The field that you want to use in the whitelist rule.
example:fileMd5
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder fieldValue(String fieldValue)
The value of the field that you want to use in the whitelist rule.
example:b2cf9747ee49d8d9b105cf16e078cc16
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder operator(String operator)
The logical operator that you want to use in the whitelist rule.
strEqual
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder source(String source)
The feature to which this operation belongs.
agentless
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder targetType(String targetType)
The type of the assets on which you want the whitelist rule to take effect. Valid values:
ALL
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList.Builder targetValue(String targetValue)
The assets on which you want the whitelist rule to take effect. Valid values:
ALL
public BatchUpdateMaliciousFileWhitelistConfigRequest.ConfigList build()
Copyright © 2026. All rights reserved.