public static final class UpgradeHoneypotNodeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpgradeHoneypotNodeRequest.Builder |
allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Specifies whether to allow the honeypot to access the Internet.
|
UpgradeHoneypotNodeRequest |
build() |
UpgradeHoneypotNodeRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
UpgradeHoneypotNodeRequest.Builder |
nodeId(String nodeId)
The ID of the management node that you want to upgrade.
|
public UpgradeHoneypotNodeRequest.Builder allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Specifies whether to allow the honeypot to access the Internet. Valid values:
true
public UpgradeHoneypotNodeRequest.Builder lang(String lang)
The language of the content within the request and response.
zh
public UpgradeHoneypotNodeRequest.Builder nodeId(String nodeId)
The ID of the management node that you want to upgrade.
example:You can call the ListHoneypotNode operation to obtain the ID.
a882e590-b87b-45a6-87b9-d0a3e5a0****
public UpgradeHoneypotNodeRequest build()
Copyright © 2026. All rights reserved.