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 honeypots.
|
ListHoneypotRequest.Builder |
honeypotName(String honeypotName)
The name of the honeypot.
|
ListHoneypotRequest.Builder |
nodeId(String nodeId)
The ID of the management node to which the honeypot belongs.
|
ListHoneypotRequest.Builder |
nodeName(String nodeName)
The name of the management node to which the honeypot belongs.
|
ListHoneypotRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
public ListHoneypotRequest.Builder currentPage(Integer currentPage)
public ListHoneypotRequest.Builder honeypotIds(List<String> honeypotIds)
public ListHoneypotRequest.Builder honeypotName(String honeypotName)
public ListHoneypotRequest.Builder nodeId(String nodeId)
public ListHoneypotRequest.Builder nodeName(String nodeName)
public ListHoneypotRequest.Builder pageSize(Integer pageSize)
public ListHoneypotRequest build()
Copyright © 2023. All rights reserved.