public static final class DescribeWebLockConfigListResponseBody.ConfigList.Builder extends Object
public DescribeWebLockConfigListResponseBody.ConfigList.Builder defenceMode(String defenceMode)
The prevention mode. Valid values:
audit
public DescribeWebLockConfigListResponseBody.ConfigList.Builder dir(String dir)
The directory that has web tamper proofing enabled.
example:/www/tmp/
public DescribeWebLockConfigListResponseBody.ConfigList.Builder exclusiveDir(String exclusiveDir)
The directory that has web tamper proofing disabled.
example:If the value of Mode is blacklist, this parameter is returned.
/home/admin/tomcat
public DescribeWebLockConfigListResponseBody.ConfigList.Builder exclusiveFile(String exclusiveFile)
The file that has web tamper proofing disabled.
example:If the value of Mode is blacklist, this parameter is returned.
/home/admin/tomcat/localhost.log
public DescribeWebLockConfigListResponseBody.ConfigList.Builder exclusiveFileType(String exclusiveFileType)
The type of the file that has web tamper proofing disabled.
example:If the value of Mode is blacklist, this parameter is returned.
*.jpg
public DescribeWebLockConfigListResponseBody.ConfigList.Builder id(String id)
The configuration ID of the protected directory.
example:11
public DescribeWebLockConfigListResponseBody.ConfigList.Builder inclusiveFile(String inclusiveFile)
The file that has web tamper proofing enabled.
example:If the value of Mode is whitelist, this parameter is returned.
/home/admin/tomcat/aaa.log
public DescribeWebLockConfigListResponseBody.ConfigList.Builder inclusiveFileType(String inclusiveFileType)
The type of the file that has web tamper proofing enabled.
example:If the value of Mode is whitelist, this parameter is returned.
jpg
public DescribeWebLockConfigListResponseBody.ConfigList.Builder localBackupDir(String localBackupDir)
The local path to the backup files of the protected directory.
example:/usr/local/backup
public DescribeWebLockConfigListResponseBody.ConfigList.Builder mode(String mode)
The protection mode of web tamper proofing. Valid values:
blacklist
public DescribeWebLockConfigListResponseBody.ConfigList.Builder uuid(String uuid)
The UUID of the server that has web tamper proofing enabled.
example:80d2f7d6-31a9-4d7f-8ff4-7ecc42f8****
public DescribeWebLockConfigListResponseBody.ConfigList build()
Copyright © 2026. All rights reserved.