public static final class DeleteHoneypotRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteHoneypotRequest |
build() |
DeleteHoneypotRequest.Builder |
honeypotId(String honeypotId)
The ID of the honeypot.
|
DeleteHoneypotRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
public DeleteHoneypotRequest.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:558b5fa40948ebe2171a74757c54dc7e58f761870fa7ee6a105e70947ec82aa9
public DeleteHoneypotRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DeleteHoneypotRequest build()
Copyright © 2026. All rights reserved.