public static final class DescribeSiteMonitorLogRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeSiteMonitorLogRequest |
build() |
DescribeSiteMonitorLogRequest.Builder |
city(String city)
The city identification code.
|
DescribeSiteMonitorLogRequest.Builder |
endTime(String endTime)
The end of the time range to query data.
|
DescribeSiteMonitorLogRequest.Builder |
filter(String filter)
The filter condition.
|
DescribeSiteMonitorLogRequest.Builder |
isp(String isp)
The carrier identification code.
|
DescribeSiteMonitorLogRequest.Builder |
length(Integer length)
The number of entries to return on each page.
|
DescribeSiteMonitorLogRequest.Builder |
metricName(String metricName)
The name of the metric.
|
DescribeSiteMonitorLogRequest.Builder |
nextToken(String nextToken)
The token that is used to initiate the next request if the response of the current request is truncated.
|
DescribeSiteMonitorLogRequest.Builder |
startTime(String startTime)
The start of the time range to query data.
|
DescribeSiteMonitorLogRequest.Builder |
taskIds(String taskIds)
The IDs of the instant test tasks.
|
public DescribeSiteMonitorLogRequest.Builder city(String city)
public DescribeSiteMonitorLogRequest.Builder endTime(String endTime)
* UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 Thursday, January 1, 1970 * UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format > We recommend that you use UNIX timestamps to prevent time zone-related issues.
public DescribeSiteMonitorLogRequest.Builder filter(String filter)
You can specify a simple expression, for example, `TotalTime>100`. In this case, the operation returns only the data for instant test tasks whose total response time exceeds 100 milliseconds.
public DescribeSiteMonitorLogRequest.Builder isp(String isp)
public DescribeSiteMonitorLogRequest.Builder length(Integer length)
public DescribeSiteMonitorLogRequest.Builder metricName(String metricName)
Only the `ProbeLog` metric is supported.
public DescribeSiteMonitorLogRequest.Builder nextToken(String nextToken)
public DescribeSiteMonitorLogRequest.Builder startTime(String startTime)
* UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 Thursday, January 1, 1970 * UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format > * The specified time range includes the end time and excludes the start time. The `start time` must be earlier than the `end time`. * We recommend that you use UNIX timestamps to prevent time zone-related issues.
public DescribeSiteMonitorLogRequest.Builder taskIds(String taskIds)
public DescribeSiteMonitorLogRequest build()
Copyright © 2023. All rights reserved.