public static final class AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder extends Object
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder backupPath(String backupPath)
The backup path.
example:/tmp/test
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder defenseMode(String defenseMode)
The prevention mode. Valid values:
audit
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder defensePath(String defensePath)
The path that you want to protect.
This parameter is required.
example:/usr/test/
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder excludeFile(String excludeFile)
The file that you want to exclude.
example:/usr/test/aa
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder excludeFilePath(String excludeFilePath)
The path to the file that you want to exclude.
example:/usr/test/tt
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder excludeFileType(String excludeFileType)
The type of the file that you want to exclude.
example:jsp
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder guardType(Integer guardType)
The protecion mode. Valid values:
This parameter is required.
example:0
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder includeFile(String includeFile)
The file that you want to include.
example:/usr/test/t1
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder includeFileType(String includeFileType)
The type of the file that you want to include.
example:*.jsp
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList.Builder processPathList(List<String> processPathList)
The processes that you want to add to the whitelist.
This parameter is required.
public AddSasContainerWebDefenseRuleRequest.PathConfDTOList build()
Copyright © 2026. All rights reserved.