public static final class DescribeUserBandWidthDataRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeUserBandWidthDataRequest |
build() |
DescribeUserBandWidthDataRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeUserBandWidthDataRequest.Builder |
ensRegionId(String ensRegionId)
The ID of the node.
|
DescribeUserBandWidthDataRequest.Builder |
instanceId(String instanceId)
The ID of the instance for which you want to query the data.
|
DescribeUserBandWidthDataRequest.Builder |
isp(String isp)
The Internet service provider (ISP).
|
DescribeUserBandWidthDataRequest.Builder |
period(String period)
The precision of the monitoring data that you want to obtain.
|
DescribeUserBandWidthDataRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeUserBandWidthDataRequest.Builder endTime(String endTime)
* Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. * If the value of the seconds place is not 00, the start time is automatically set to the next minute.
public DescribeUserBandWidthDataRequest.Builder ensRegionId(String ensRegionId)
public DescribeUserBandWidthDataRequest.Builder instanceId(String instanceId)
public DescribeUserBandWidthDataRequest.Builder isp(String isp)
* cmcc: China Mobile * telecom: China Telecom * unicom: China Unicom * multiCarrier: multi-line ISP
public DescribeUserBandWidthDataRequest.Builder period(String period)
public DescribeUserBandWidthDataRequest.Builder startTime(String startTime)
* Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. * If the value of the seconds place is not 00, the start time is automatically set to the next minute.
public DescribeUserBandWidthDataRequest build()
Copyright © 2024. All rights reserved.