public static final class DescribeDDosAllEventListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDDosAllEventListRequest |
build() |
DescribeDDosAllEventListRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDDosAllEventListRequest.Builder |
eventType(String eventType)
The type of the DDoS attack events you want to query.
|
DescribeDDosAllEventListRequest.Builder |
ip(String ip)
Ip.
|
DescribeDDosAllEventListRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeDDosAllEventListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeDDosAllEventListRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDDosAllEventListRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDDosAllEventListRequest.Builder regionId(String regionId)
public DescribeDDosAllEventListRequest.Builder endTime(Long endTime)
The end of the time range to query. The DDoS attack events occur before EndTime are queried. This value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1640966399
public DescribeDDosAllEventListRequest.Builder eventType(String eventType)
The type of the DDoS attack events you want to query. Valid values:
If you want to query multiple types of DDoS attack events, separate them with commas (,).
If you do not configure this parameter, DDoS attack events of all types are queried.
example:defense
public DescribeDDosAllEventListRequest.Builder ip(String ip)
public DescribeDDosAllEventListRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return.
This parameter is required.
example:1
public DescribeDDosAllEventListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
This parameter is required.
example:10
public DescribeDDosAllEventListRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The DDoS attack events occur after StartTime are queried. This value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1609430400
public DescribeDDosAllEventListRequest build()
Copyright © 2026. All rights reserved.