public static final class DescribeRisksRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeRisksRequest |
build() |
DescribeRisksRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeRisksRequest.Builder |
limit(Integer limit)
The maximum number of entries to return.
|
DescribeRisksRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeRisksRequest.Builder |
riskId(Long riskId)
The baseline ID.
|
DescribeRisksRequest.Builder |
riskName(String riskName)
The name of the baseline.
|
public DescribeRisksRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public DescribeRisksRequest.Builder limit(Integer limit)
The maximum number of entries to return. Default value: 20.
example:10
public DescribeRisksRequest.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 DescribeRisksRequest.Builder riskId(Long riskId)
The baseline ID.
example:You can call the DescribeCheckWarningSummary operation to query the baseline IDs.
75
public DescribeRisksRequest.Builder riskName(String riskName)
The name of the baseline.
example:docker
public DescribeRisksRequest build()
Copyright © 2026. All rights reserved.