public static final class ListHoneypotAttackerSourceResponseBody.List.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListHoneypotAttackerSourceResponseBody.List |
build() |
ListHoneypotAttackerSourceResponseBody.List.Builder |
eventCount(Integer eventCount)
The total number of attack events.
|
ListHoneypotAttackerSourceResponseBody.List.Builder |
lastTargetHoneypot(String lastTargetHoneypot)
The most recent honeypot that was attacked.
|
ListHoneypotAttackerSourceResponseBody.List.Builder |
lastTargetIp(String lastTargetIp)
The most recent IP address that was attacked.
|
ListHoneypotAttackerSourceResponseBody.List.Builder |
lastTime(Long lastTime)
The last time when the attack event occurred.
|
ListHoneypotAttackerSourceResponseBody.List.Builder |
riskLevel(String riskLevel)
The risk level.
|
ListHoneypotAttackerSourceResponseBody.List.Builder |
srcIp(String srcIp)
The source IP address of the attack.
|
public ListHoneypotAttackerSourceResponseBody.List.Builder eventCount(Integer eventCount)
The total number of attack events.
example:30
public ListHoneypotAttackerSourceResponseBody.List.Builder lastTargetHoneypot(String lastTargetHoneypot)
The most recent honeypot that was attacked.
example:vpc tcp honeypot
public ListHoneypotAttackerSourceResponseBody.List.Builder lastTargetIp(String lastTargetIp)
The most recent IP address that was attacked.
example:144.23.66.***
public ListHoneypotAttackerSourceResponseBody.List.Builder lastTime(Long lastTime)
The last time when the attack event occurred.
example:1693446913000
public ListHoneypotAttackerSourceResponseBody.List.Builder riskLevel(String riskLevel)
The risk level. Valid values:
2
public ListHoneypotAttackerSourceResponseBody.List.Builder srcIp(String srcIp)
The source IP address of the attack.
example:101.102.61.***
public ListHoneypotAttackerSourceResponseBody.List build()
Copyright © 2026. All rights reserved.