public static final class UpdateHoneypotProbeBindRequest.Builder extends Object
public UpdateHoneypotProbeBindRequest.Builder bindId(String bindId)
The unique ID of the honeypot to which the probe is bound.
example:f52e8624-e43c-473c-8312-e0fed384****
public UpdateHoneypotProbeBindRequest.Builder bindPortList(List<UpdateHoneypotProbeBindRequest.BindPortList> bindPortList)
The ports that are bound to the probe.
public UpdateHoneypotProbeBindRequest.Builder bindType(String bindType)
The operation that the probe performs. Valid values:
forward_honey
public UpdateHoneypotProbeBindRequest.Builder currentPage(Integer currentPage)
The page number. Pages start from page 1. Default value: 1.
example:1
public UpdateHoneypotProbeBindRequest.Builder honeypotId(String honeypotId)
The honeypot ID.
example:You can call the ListHoneypot operation to obtain the IDs of honeypots.
dba7d44775be8e0e5888ee3b1a62554a93d2512247cabc38ddeac17a3b3f****
public UpdateHoneypotProbeBindRequest.Builder id(Long id)
The port ID of the probe service.
example:1906
public UpdateHoneypotProbeBindRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public UpdateHoneypotProbeBindRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 20. If you leave this parameter empty, 20 entries are returned per page.
example:We recommend that you do not leave this parameter empty.
20
public UpdateHoneypotProbeBindRequest.Builder ports(String ports)
The ports that are monitored.
example:{"tcp":"1-65535","udp":"1-65535"}
public UpdateHoneypotProbeBindRequest.Builder probeId(String probeId)
The probe ID.
example:You can call the ListHoneypotProbe operation to query the IDs of probes.
36bad711-d1ac-4419-ac68-c1aa280f****
public UpdateHoneypotProbeBindRequest.Builder serviceIpList(List<String> serviceIpList)
The IP addresses that are monitored.
public UpdateHoneypotProbeBindRequest.Builder setStatus(Integer setStatus)
The status of the port.
example:0
public UpdateHoneypotProbeBindRequest build()
Copyright © 2026. All rights reserved.