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)
> You can call the [DescribeWebLockConfigList](~~DescribeWebLockConfigList~~) operation to query the IDs of protected directories.
public ModifyWebLockDeleteConfigRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public ModifyWebLockDeleteConfigRequest.Builder sourceIp(String sourceIp)
public ModifyWebLockDeleteConfigRequest.Builder uuid(String uuid)
> You can call the [DescribeWebLockConfigList](~~DescribeWebLockConfigList~~) operation to query the UUIDs of servers.
public ModifyWebLockDeleteConfigRequest build()
Copyright © 2023. All rights reserved.