public static final class DescribeAlarmEventStackInfoRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAlarmEventStackInfoRequest |
build() |
DescribeAlarmEventStackInfoRequest.Builder |
eventName(String eventName)
The name of the event.
|
DescribeAlarmEventStackInfoRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeAlarmEventStackInfoRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeAlarmEventStackInfoRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeAlarmEventStackInfoRequest.Builder |
uniqueInfo(String uniqueInfo)
The ID of the alert event.
|
DescribeAlarmEventStackInfoRequest.Builder |
uuid(String uuid)
The UUID of the server to query.
|
public DescribeAlarmEventStackInfoRequest.Builder eventName(String eventName)
The name of the event.
You can call the DescribeSuspEvents operation to query the names of events.
This parameter is required.
example:Mining program
public DescribeAlarmEventStackInfoRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeAlarmEventStackInfoRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to obtain the IDs.
127608589417****
public DescribeAlarmEventStackInfoRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.168.XX.XX
public DescribeAlarmEventStackInfoRequest.Builder uniqueInfo(String uniqueInfo)
The ID of the alert event.
This parameter is required.
example:1fbe8d16727f61d1478a674d6fa0****
public DescribeAlarmEventStackInfoRequest.Builder uuid(String uuid)
The UUID of the server to query.
You can call the DescribeSuspEvents operation to query the UUIDs of servers.
This parameter is required.
example:18b7336e-d469-473b-af83-8e5420f9****
public DescribeAlarmEventStackInfoRequest build()
Copyright © 2026. All rights reserved.