public static final class DescribeCheckWarningDetailRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeCheckWarningDetailRequest |
build() |
DescribeCheckWarningDetailRequest.Builder |
checkWarningId(Long checkWarningId)
The ID of the alert that is triggered by the check item.
|
DescribeCheckWarningDetailRequest.Builder |
lang(String lang)
The language of the content within the request and the response.
|
DescribeCheckWarningDetailRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeCheckWarningDetailRequest.Builder checkWarningId(Long checkWarningId)
> To query the details about a specified check item, you must provide the ID of the alert that is triggered by the check item. You can call the [DescribeCheckWarnings](~~DescribeCheckWarnings~~) operation to query the IDs of alerts.
public DescribeCheckWarningDetailRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeCheckWarningDetailRequest.Builder sourceIp(String sourceIp)
public DescribeCheckWarningDetailRequest build()
Copyright © 2023. All rights reserved.