public static final class DescribeInstanceMonitorDataRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeInstanceMonitorDataRequest |
build() |
DescribeInstanceMonitorDataRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeInstanceMonitorDataRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
DescribeInstanceMonitorDataRequest.Builder |
period(String period)
The precision of the monitoring data that you want to obtain.
|
DescribeInstanceMonitorDataRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeInstanceMonitorDataRequest.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 DescribeInstanceMonitorDataRequest.Builder instanceId(String instanceId)
public DescribeInstanceMonitorDataRequest.Builder period(String period)
public DescribeInstanceMonitorDataRequest.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 DescribeInstanceMonitorDataRequest build()
Copyright © 2024. All rights reserved.