public static final class UpdateMaliciousFileWhitelistConfigRequest.Builder extends Object
public UpdateMaliciousFileWhitelistConfigRequest.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 UpdateMaliciousFileWhitelistConfigRequest.Builder eventName(String eventName)
The name of the alert.
ALL
public UpdateMaliciousFileWhitelistConfigRequest.Builder field(String field)
The field that you want to use in the whitelist rule.
example:fileMd5
public UpdateMaliciousFileWhitelistConfigRequest.Builder fieldValue(String fieldValue)
The value of the field that you want to use in the whitelist rule.
example:b2cf9747ee49d8d9b105cf16e078cc16
public UpdateMaliciousFileWhitelistConfigRequest.Builder operator(String operator)
The logical operator that you want to use in the whitelist rule.
strEqual
public UpdateMaliciousFileWhitelistConfigRequest.Builder remark(String remark)
Remark.
example:test
public UpdateMaliciousFileWhitelistConfigRequest.Builder source(String source)
The feature to which this operation belongs.
agentless
public UpdateMaliciousFileWhitelistConfigRequest.Builder targetType(String targetType)
The type of the assets on which you want the whitelist rule to take effect. Valid values:
ALL
public UpdateMaliciousFileWhitelistConfigRequest.Builder targetValue(String targetValue)
The assets on which you want the whitelist rule to take effect. Valid values:
ALL
public UpdateMaliciousFileWhitelistConfigRequest build()
Copyright © 2026. All rights reserved.