public static final class DescribeSiteMonitorLogRequest.Builder extends Object
public DescribeSiteMonitorLogRequest.Builder browser(String browser)
public DescribeSiteMonitorLogRequest.Builder browserInfo(String browserInfo)
public DescribeSiteMonitorLogRequest.Builder city(String city)
The city identification code.
example:546
public DescribeSiteMonitorLogRequest.Builder device(String device)
public DescribeSiteMonitorLogRequest.Builder endTime(String endTime)
The end of the time range to query. Valid values:
example:We recommend that you use UNIX timestamps to prevent time zone-related issues.
1638422475687
public DescribeSiteMonitorLogRequest.Builder filter(String filter)
The filter condition.
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.
TotalTime>100
public DescribeSiteMonitorLogRequest.Builder isp(String isp)
The carrier identification code.
example:465
public DescribeSiteMonitorLogRequest.Builder length(Integer length)
The number of entries to return on each page. Valid values: 1 to 1440.
example:1000
public DescribeSiteMonitorLogRequest.Builder metricName(String metricName)
The name of the metric.
Only the ProbeLog metric is supported.
ProbeLog
public DescribeSiteMonitorLogRequest.Builder nextToken(String nextToken)
The token that is used to initiate the next request if the response of the current request is truncated. You can use the token to initiate another request and obtain the remaining records.``
example:IWBjqMYSy0is7zSMGu16****
public DescribeSiteMonitorLogRequest.Builder startTime(String startTime)
The start of the time range to query. The following formats are supported:
1638422474389
public DescribeSiteMonitorLogRequest.Builder taskIds(String taskIds)
The IDs of the instant test tasks. Separate multiple task IDs with commas (,).
This parameter is required.
example:afa5c3ce-f944-4363-9edb-ce919a29****
public DescribeSiteMonitorLogRequest build()
Copyright © 2026. All rights reserved.