public static final class DescribeElasticQpsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeElasticQpsRequest |
build() |
DescribeElasticQpsRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeElasticQpsRequest.Builder |
interval(String interval)
The sampling interval.
|
DescribeElasticQpsRequest.Builder |
ip(String ip)
The IP address of the Anti-DDoS Proxy instance to query.
|
DescribeElasticQpsRequest.Builder |
region(String region)
The type of the service.
|
DescribeElasticQpsRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeElasticQpsRequest.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:1684339200
public DescribeElasticQpsRequest.Builder interval(String interval)
The sampling interval. Unit: seconds. The value must be a multiple of 60. Default value: 60. Unit: seconds. The query result varies depending on the sampling interval.
example:60
public DescribeElasticQpsRequest.Builder ip(String ip)
The IP address of the Anti-DDoS Proxy instance to query.
example:203.107.XX.XX
public DescribeElasticQpsRequest.Builder region(String region)
The type of the service. Valid values:
This parameter is required.
example:cn
public DescribeElasticQpsRequest.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:1684252800
public DescribeElasticQpsRequest build()
Copyright © 2026. All rights reserved.