public static final class DescribeSecureSuggestionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSecureSuggestionRequest |
build() |
DescribeSecureSuggestionRequest.Builder |
calType(String calType)
Choose to query the new or old version of the security score rules.
|
DescribeSecureSuggestionRequest.Builder |
lang(String lang)
The language type for request and response messages, default is zh.
|
DescribeSecureSuggestionRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
Resource directory member account ID (Alibaba Cloud account).
|
DescribeSecureSuggestionRequest.Builder |
source(Integer source)
Source of the security score.
|
DescribeSecureSuggestionRequest.Builder |
sourceIp(String sourceIp)
The IP address of the access source.
|
public DescribeSecureSuggestionRequest.Builder calType(String calType)
Choose to query the new or old version of the security score rules. When the value is home_security_score, it queries the new version of the security score rules; otherwise, it defaults to querying the old version of the security score rules.
example:home_security_score
public DescribeSecureSuggestionRequest.Builder lang(String lang)
The language type for request and response messages, default is zh. Values:
zh
public DescribeSecureSuggestionRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
Resource directory member account ID (Alibaba Cloud account).
example:You can obtain this parameter by calling the DescribeMonitorAccounts API.
1232428423234****
public DescribeSecureSuggestionRequest.Builder source(Integer source)
Source of the security score. If left empty, it defaults to Cloud Security Center. Enumerated values:
0: Cloud Security Center.
1: Yaochi Console.
0
public DescribeSecureSuggestionRequest.Builder sourceIp(String sourceIp)
The IP address of the access source.
example:192.168.XX.XX
public DescribeSecureSuggestionRequest build()
Copyright © 2026. All rights reserved.