public static final class DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSiteMonitorAttributeResponseBody.CustomSchedule |
build() |
DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder |
days(DescribeSiteMonitorAttributeResponseBody.Days days)
The days in a week.
|
DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder |
endHour(Integer endHour)
The end time of the detection.
|
DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder |
startHour(Integer startHour)
The start time of the detection.
|
DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder |
timeZone(String timeZone)
The time zone of the detection.
|
public DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder days(DescribeSiteMonitorAttributeResponseBody.Days days)
The days in a week.
public DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder endHour(Integer endHour)
The end time of the detection. Unit: hours.
example:18
public DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder startHour(Integer startHour)
The start time of the detection. Unit: hours.
example:8
public DescribeSiteMonitorAttributeResponseBody.CustomSchedule.Builder timeZone(String timeZone)
The time zone of the detection.
example:local
public DescribeSiteMonitorAttributeResponseBody.CustomSchedule build()
Copyright © 2026. All rights reserved.