public static final class DescribeSlaEventListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSlaEventListRequest |
build() |
DescribeSlaEventListRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeSlaEventListRequest.Builder |
ip(String ip)
The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
DescribeSlaEventListRequest.Builder |
page(Long page)
The page number.
|
DescribeSlaEventListRequest.Builder |
pageSize(Long pageSize)
The number of entries per page.
|
DescribeSlaEventListRequest.Builder |
region(String region)
The type of the service Valid values:
cn: Anti-DDoS Pro
cn-hongkong: Anti-DDoS Premium
This parameter is required.
|
DescribeSlaEventListRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeSlaEventListRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:3289457398
public DescribeSlaEventListRequest.Builder ip(String ip)
The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance.
example:203.107.XX.XX
public DescribeSlaEventListRequest.Builder page(Long page)
The page number.
example:1
public DescribeSlaEventListRequest.Builder pageSize(Long pageSize)
The number of entries per page.
example:10
public DescribeSlaEventListRequest.Builder region(String region)
The type of the service Valid values:
This parameter is required.
example:cn
public DescribeSlaEventListRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:3289457398
public DescribeSlaEventListRequest build()
Copyright © 2026. All rights reserved.