public static final class DescribeDDosEventAreaRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDDosEventAreaRequest |
build() |
DescribeDDosEventAreaRequest.Builder |
eventType(String eventType)
The type of the attack event that you want to query.
|
DescribeDDosEventAreaRequest.Builder |
ip(String ip)
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
|
DescribeDDosEventAreaRequest.Builder |
range(Long range)
Range.
|
DescribeDDosEventAreaRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDDosEventAreaRequest.Builder |
startTime(Long startTime)
The UNIX timestamp when the query starts.
|
public DescribeDDosEventAreaRequest.Builder regionId(String regionId)
public DescribeDDosEventAreaRequest.Builder eventType(String eventType)
The type of the attack event that you want to query. Valid values:
This parameter is required.
example:defense
public DescribeDDosEventAreaRequest.Builder ip(String ip)
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
This parameter is required.
example:203...199
public DescribeDDosEventAreaRequest.Builder range(Long range)
public DescribeDDosEventAreaRequest.Builder startTime(Long startTime)
The UNIX timestamp when the query starts. Unit: seconds.
You can call the DescribeDDosAllEventList operation to query the beginning time of all attack events.
This parameter is required.
example:1598948471
public DescribeDDosEventAreaRequest build()
Copyright © 2026. All rights reserved.