public static final class UpdateHoneypotRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateHoneypotRequest |
build() |
UpdateHoneypotRequest.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
UpdateHoneypotRequest.Builder |
honeypotName(String honeypotName)
The custom name of the honeypot.
|
UpdateHoneypotRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
UpdateHoneypotRequest.Builder |
meta(String meta)
The custom configuration of the honeypot.
|
public UpdateHoneypotRequest.Builder honeypotId(String honeypotId)
The ID of the honeypot.
You can call the ListHoneypot operation to query the IDs of honeypots.
This parameter is required.
example:945607c2ae2a1a737c04599d6608065688bfc6048d9b9d306ce8dc8191c278b4
public UpdateHoneypotRequest.Builder honeypotName(String honeypotName)
The custom name of the honeypot.
example:ExtMail
public UpdateHoneypotRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public UpdateHoneypotRequest.Builder meta(String meta)
The custom configuration of the honeypot.
example:You can call the ListAvailableHoneypot operation to query the configurations of honeypots from the Template response parameter.
{"burp":"open","webshell":"open","trojan_git":"close","portrait_option":"true"}
public UpdateHoneypotRequest build()
Copyright © 2026. All rights reserved.