public static final class DescribeCheckWarningDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCheckWarningDetailRequest |
build() |
DescribeCheckWarningDetailRequest.Builder |
checkId(String checkId)
The ID of the check item.
|
DescribeCheckWarningDetailRequest.Builder |
checkWarningId(Long checkWarningId)
The ID of the alert triggered by the check item.
|
DescribeCheckWarningDetailRequest.Builder |
containerName(String containerName)
Container name.
|
DescribeCheckWarningDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeCheckWarningDetailRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeCheckWarningDetailRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeCheckWarningDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribeCheckWarningDetailRequest.Builder checkId(String checkId)
The ID of the check item.
You can call the ListCheckItemWarningSummary operation to query the IDs of check items.
example:If you specify this parameter, you must also specify the Uuid parameter.
1
public DescribeCheckWarningDetailRequest.Builder checkWarningId(Long checkWarningId)
The ID of the alert triggered by the check item.
To query the details of a check item, you must provide the ID of the alert that is triggered by the check item. You can call the DescribeCheckWarnings operation to query the IDs of alerts.
example:If the Uuid and CheckId parameters are not specified, this parameter is required.
98675301
public DescribeCheckWarningDetailRequest.Builder containerName(String containerName)
Container name.
example:test_container
public DescribeCheckWarningDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public DescribeCheckWarningDetailRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to query the IDs of Alibaba Cloud accounts.
1232428423234****
public DescribeCheckWarningDetailRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:103.25.XX.XX
public DescribeCheckWarningDetailRequest.Builder uuid(String uuid)
The UUID of the server.
You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
example:If you specify this parameter, you must also specify the CheckId parameter.
01aec2da-5b57-4f38-b221-da5a0b2f****
public DescribeCheckWarningDetailRequest build()
Copyright © 2026. All rights reserved.