public static final class ChangeCheckConfigRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ChangeCheckConfigRequest |
build() |
ChangeCheckConfigRequest.Builder |
endTime(Integer endTime)
The end time of the check.
|
ChangeCheckConfigRequest.Builder |
regionId(String regionId)
The region ID of the bastion host to query.
|
ChangeCheckConfigRequest.Builder |
standardIds(List<Long> standardIds)
An array that consists of the information about the check item.
|
ChangeCheckConfigRequest.Builder |
startTime(Integer startTime)
The start time of the check.
|
public ChangeCheckConfigRequest.Builder endTime(Integer endTime)
* **00:00 to 06:00:** If you set the StartTime parameter to 0, you must set the EndTime parameter to 6. * **06:00 to 12:00**: If you set the StartTime parameter to 6, you must set the EndTime parameter to 12. * **12:00 to 18:00**: If you set the StartTime parameter to 12, you must set the EndTime parameter to 18. * **18:00 to 24:00:** If you set the StartTime parameter to 18, you must set the EndTime parameter to 24.
public ChangeCheckConfigRequest.Builder regionId(String regionId)
> For more information about the mapping between region IDs and region names, see [Regions and zones](~~40654~~).
public ChangeCheckConfigRequest.Builder standardIds(List<Long> standardIds)
public ChangeCheckConfigRequest.Builder startTime(Integer startTime)
public ChangeCheckConfigRequest build()
Copyright © 2023. All rights reserved.