public static final class DescribeCheckWarningMachinesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeCheckWarningMachinesRequest |
build() |
DescribeCheckWarningMachinesRequest.Builder |
checkId(Long checkId)
The ID of the check item.
|
DescribeCheckWarningMachinesRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeCheckWarningMachinesRequest.Builder |
riskId(Long riskId)
The ID of the baseline.
|
DescribeCheckWarningMachinesRequest.Builder |
status(Integer status)
Specifies whether the check item passed the baseline check.
|
public DescribeCheckWarningMachinesRequest.Builder checkId(Long checkId)
> You can call the [DescribeCheckWarningSummary](~~DescribeCheckWarningSummary~~) operation to query the IDs of check items.
public DescribeCheckWarningMachinesRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeCheckWarningMachinesRequest.Builder riskId(Long riskId)
> You can call the [DescribeCheckWarningSummary](~~DescribeCheckWarningSummary~~) operation to query the IDs of baselines.
public DescribeCheckWarningMachinesRequest.Builder status(Integer status)
* **1**: no * **3**: yes
public DescribeCheckWarningMachinesRequest build()
Copyright © 2023. All rights reserved.