public static final class DescribeDDoSEventsResponseBody.DDoSEvents.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
bps(Long bps)
The bandwidth of attack traffic.
|
DescribeDDoSEventsResponseBody.DDoSEvents |
build() |
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
endTime(Long endTime)
The time when the DDoS attack stopped.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
eventType(String eventType)
The type of the attack event.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
ip(String ip)
The attacked IP address.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
port(String port)
The attacked port.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
pps(Long pps)
The packet forwarding rate of attack traffic.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
region(String region)
The region from which the attack was launched.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
startTime(Long startTime)
The time when the DDoS attack started.
|
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder bps(Long bps)
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder endTime(Long endTime)
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder eventType(String eventType)
* **defense**: traffic scrubbing events * **blackhole**: blackhole filtering events
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder ip(String ip)
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder port(String port)
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder pps(Long pps)
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder region(String region)
* **cn**: a region in the Chinese mainland * **alb-ap-northeast-1-gf-x**: Japan (Tokyo) * **alb-ap-southeast-gf-x**: Singapore * **alb-cn-hongkong-gf-x**: Hong Kong (China) * **alb-eu-central-1-gf-x**: Germany (Frankfurt) * **alb-us-west-1-gf-x**: US (Silicon Valley) > The values except **cn** are returned only when **RegionId** is set to **ap-southeast-1**.
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder startTime(Long startTime)
public DescribeDDoSEventsResponseBody.DDoSEvents build()
Copyright © 2023. All rights reserved.