public static final class ModifySecurityCheckScheduleConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifySecurityCheckScheduleConfigRequest |
build() |
ModifySecurityCheckScheduleConfigRequest.Builder |
daysOfWeek(String daysOfWeek)
The days on which the automatic configuration check runs.
|
ModifySecurityCheckScheduleConfigRequest.Builder |
endTime(Integer endTime)
The time period during which the automatic configuration check ends.
|
ModifySecurityCheckScheduleConfigRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifySecurityCheckScheduleConfigRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ModifySecurityCheckScheduleConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
ModifySecurityCheckScheduleConfigRequest.Builder |
startTime(Integer startTime)
The time period during which the automatic configuration check starts.
|
public ModifySecurityCheckScheduleConfigRequest.Builder daysOfWeek(String daysOfWeek)
The days on which the automatic configuration check runs. You can specify multiple days. Separate multiple days with commas (,). Valid values:
This parameter is required.
example:4,5,6
public ModifySecurityCheckScheduleConfigRequest.Builder endTime(Integer endTime)
The time period during which the automatic configuration check ends. Valid values:
This parameter is required.
example:12
public ModifySecurityCheckScheduleConfigRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ModifySecurityCheckScheduleConfigRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifySecurityCheckScheduleConfigRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.168.XX.XX
public ModifySecurityCheckScheduleConfigRequest.Builder startTime(Integer startTime)
The time period during which the automatic configuration check starts. Valid values:
This parameter is required.
example:6
public ModifySecurityCheckScheduleConfigRequest build()
Copyright © 2026. All rights reserved.