public static final class ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder extends Object
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder backupPath(String backupPath)
The backup paths.
example:/tmp/test
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder defenseMode(String defenseMode)
The prevention mode. Valid values:
This parameter is required.
example:audit
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder defensePath(String defensePath)
The path that is protected.
This parameter is required.
example:/test/home/
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder excludeFile(String excludeFile)
The files that are excluded.
example:/usr/test
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder excludeFilePath(String excludeFilePath)
The paths to the files that are excluded.
example:/test/home/qq
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder excludeFileType(String excludeFileType)
The types of the files that are excluded.
example:php
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder guardType(Integer guardType)
The protection mode. Valid values:
This parameter is required.
example:0
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder includeFile(String includeFile)
The files that are included.
example:/home/admin/test
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder includeFileType(String includeFileType)
The type of the files that are included.
example:jsp
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder pathConfId(Long pathConfId)
The path ID.
example:12345678
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList.Builder processPathList(List<String> processPathList)
The processes that are added to the whitelist.
public ModifySasContainerWebDefenseRuleRequest.PathConfDTOList build()
Copyright © 2026. All rights reserved.