public static final class ListHoneypotRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListHoneypotRequest |
build() |
ListHoneypotRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
ListHoneypotRequest.Builder |
honeypotIds(List<String> honeypotIds)
The IDs of the honeypots.
|
ListHoneypotRequest.Builder |
honeypotName(String honeypotName)
The name of the honeypot.
|
ListHoneypotRequest.Builder |
nodeId(String nodeId)
The ID of the management node.
|
ListHoneypotRequest.Builder |
nodeName(String nodeName)
The name of the management node.
|
ListHoneypotRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
public ListHoneypotRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public ListHoneypotRequest.Builder honeypotIds(List<String> honeypotIds)
The IDs of the honeypots.
public ListHoneypotRequest.Builder honeypotName(String honeypotName)
The name of the honeypot.
example:mx-rouyi
public ListHoneypotRequest.Builder nodeId(String nodeId)
The ID of the management node.
example:a882e590-b87b-45a6-87b9-d0a3e5a0****
public ListHoneypotRequest.Builder nodeName(String nodeName)
The name of the management node.
example:honeypot_master
public ListHoneypotRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:20
public ListHoneypotRequest build()
Copyright © 2026. All rights reserved.