public static final class DescribeSuspEventDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSuspEventDetailRequest |
build() |
DescribeSuspEventDetailRequest.Builder |
from(String from)
The data source of the exception.
|
DescribeSuspEventDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeSuspEventDetailRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeSuspEventDetailRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeSuspEventDetailRequest.Builder |
suspiciousEventId(Integer suspiciousEventId)
The ID of the exception.
|
public DescribeSuspEventDetailRequest.Builder from(String from)
The data source of the exception. Set the value to sas.
This parameter is required.
example:sas
public DescribeSuspEventDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeSuspEventDetailRequest.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 ID.
16670360956*****
public DescribeSuspEventDetailRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:121.33.XX.XX
public DescribeSuspEventDetailRequest.Builder suspiciousEventId(Integer suspiciousEventId)
The ID of the exception.
This parameter is required.
example:32750999
public DescribeSuspEventDetailRequest build()
Copyright © 2026. All rights reserved.