public static final class DescribeEipMonitorDataRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeEipMonitorDataRequest.Builder |
allocationId(String allocationId)
The ID of the EIP.
|
DescribeEipMonitorDataRequest |
build() |
DescribeEipMonitorDataRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeEipMonitorDataRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DescribeEipMonitorDataRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DescribeEipMonitorDataRequest.Builder |
period(Integer period)
The duration of each monitoring data entry.
|
DescribeEipMonitorDataRequest.Builder |
regionId(String regionId)
The ID of the region to which the EIP belongs.
|
DescribeEipMonitorDataRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DescribeEipMonitorDataRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeEipMonitorDataRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeEipMonitorDataRequest.Builder allocationId(String allocationId)
public DescribeEipMonitorDataRequest.Builder endTime(String endTime)
If the value of seconds (ss) is not 00, the end time is automatically rounded up to the next minute.
public DescribeEipMonitorDataRequest.Builder ownerAccount(String ownerAccount)
public DescribeEipMonitorDataRequest.Builder ownerId(Long ownerId)
public DescribeEipMonitorDataRequest.Builder period(Integer period)
* If the value of **(EndTime** - **StartTime**)/**Period** is greater than 200, a maximum of 200 monitoring data entries are returned at a time. * If the value of (**EndTime** - **StartTime**)/**Period** is less than or equal to 200, only the monitoring data collected between the start time and end time is returned.
public DescribeEipMonitorDataRequest.Builder regionId(String regionId)
public DescribeEipMonitorDataRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeEipMonitorDataRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeEipMonitorDataRequest.Builder startTime(String startTime)
If the value of seconds (ss) is not 00, the start time is automatically rounded up to the next minute.
public DescribeEipMonitorDataRequest build()
Copyright © 2024. All rights reserved.