public static final class ModifyWebLockDeleteConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyWebLockDeleteConfigRequest |
build() |
ModifyWebLockDeleteConfigRequest.Builder |
id(Integer id)
The ID of the protected directory that you want to delete.
|
ModifyWebLockDeleteConfigRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyWebLockDeleteConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifyWebLockDeleteConfigRequest.Builder |
uuid(String uuid)
The UUID of the server for which you want to delete the protected directory.
|
public ModifyWebLockDeleteConfigRequest.Builder id(Integer id)
The ID of the protected directory that you want to delete.
You can call the DescribeWebLockConfigList operation to query the IDs of protected directories.
This parameter is required.
example:12
public ModifyWebLockDeleteConfigRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ModifyWebLockDeleteConfigRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public ModifyWebLockDeleteConfigRequest.Builder uuid(String uuid)
The UUID of the server for which you want to delete the protected directory.
You can call the DescribeWebLockConfigList operation to query the UUIDs of servers.
This parameter is required.
example:7f7fe9a2-55de-4b9d-a37a-0d981d36****
public ModifyWebLockDeleteConfigRequest build()
Copyright © 2026. All rights reserved.