public static final class IgnoreHcCheckWarningsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
IgnoreHcCheckWarningsRequest |
build() |
IgnoreHcCheckWarningsRequest.Builder |
checkIds(String checkIds)
The ID of the check item.
|
IgnoreHcCheckWarningsRequest.Builder |
checkWarningIds(String checkWarningIds)
The ID of the alert that is triggered by the check item.
|
IgnoreHcCheckWarningsRequest.Builder |
reason(String reason)
The reason for the current operation.
|
IgnoreHcCheckWarningsRequest.Builder |
riskId(String riskId)
The ID of the risk item that you want to ignore or cancel ignoring.
|
IgnoreHcCheckWarningsRequest.Builder |
source(String source)
The data source.
|
IgnoreHcCheckWarningsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
IgnoreHcCheckWarningsRequest.Builder |
type(Long type)
The type of the operation that you want to perform.
|
public IgnoreHcCheckWarningsRequest.Builder checkIds(String checkIds)
The ID of the check item.
example:You can call the DescribeCheckWarnings operation to query the IDs of check items.
21313
public IgnoreHcCheckWarningsRequest.Builder checkWarningIds(String checkWarningIds)
The ID of the alert that is triggered by the check item. Separate multiple IDs with commas (,).
example:You can call the DescribeCheckWarnings operation to query the IDs of alerts that are triggered by check items.
98146905,98146907
public IgnoreHcCheckWarningsRequest.Builder reason(String reason)
The reason for the current operation.
example:ignore
public IgnoreHcCheckWarningsRequest.Builder riskId(String riskId)
The ID of the risk item that you want to ignore or cancel ignoring.
example:You can call the DescribeCheckWarningSummary operation to query the IDs of risk items.
51
public IgnoreHcCheckWarningsRequest.Builder source(String source)
The data source. If this parameter is left empty, the server baseline results are queried by default. Valid values:
agentless
public IgnoreHcCheckWarningsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.168.XX.XX
public IgnoreHcCheckWarningsRequest.Builder type(Long type)
The type of the operation that you want to perform. Valid values:
This parameter is required.
example:1
public IgnoreHcCheckWarningsRequest build()
Copyright © 2026. All rights reserved.