public static final class CreateHoneypotProbeBindRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateHoneypotProbeBindRequest.Builder |
bindPortList(List<CreateHoneypotProbeBindRequest.BindPortList> bindPortList)
The ports that are bound to the probe.
|
CreateHoneypotProbeBindRequest |
build() |
CreateHoneypotProbeBindRequest.Builder |
honeypotId(String honeypotId)
The honeypot ID.
|
CreateHoneypotProbeBindRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
CreateHoneypotProbeBindRequest.Builder |
probeId(String probeId)
The probe ID.
|
CreateHoneypotProbeBindRequest.Builder |
serviceIpList(List<String> serviceIpList)
The IP addresses that are monitored.
|
public CreateHoneypotProbeBindRequest.Builder bindPortList(List<CreateHoneypotProbeBindRequest.BindPortList> bindPortList)
The ports that are bound to the probe.
public CreateHoneypotProbeBindRequest.Builder honeypotId(String honeypotId)
The honeypot ID.
example:You can call the ListHoneypot operation to query the IDs of honeypots.
dba7d44775be8e0e5888ee3b1a62554a93d2512247cabc38ddeac17a3b3f****
public CreateHoneypotProbeBindRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public CreateHoneypotProbeBindRequest.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 CreateHoneypotProbeBindRequest.Builder serviceIpList(List<String> serviceIpList)
The IP addresses that are monitored.
public CreateHoneypotProbeBindRequest build()
Copyright © 2026. All rights reserved.