public static final class GetCheckDetailResponseBody.AssistInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckDetailResponseBody.AssistInfo |
build() |
GetCheckDetailResponseBody.AssistInfo.Builder |
link(String link)
The link to the help information about the risk item when the Type parameter is set to link.
|
GetCheckDetailResponseBody.AssistInfo.Builder |
type(String type)
The type of the help information about the risk item.
|
GetCheckDetailResponseBody.AssistInfo.Builder |
value(String value)
The content in the help information about the risk item when the Type parameter is set to text.
|
public GetCheckDetailResponseBody.AssistInfo.Builder link(String link)
The link to the help information about the risk item when the Type parameter is set to link.
example:https://www.alibabacloud.com/help/en/resource-access-management/latest/faq-about-ram-users
public GetCheckDetailResponseBody.AssistInfo.Builder type(String type)
The type of the help information about the risk item. Valid values:
text
public GetCheckDetailResponseBody.AssistInfo.Builder value(String value)
The content in the help information about the risk item when the Type parameter is set to text.
example:Configure an IP address whitelist
public GetCheckDetailResponseBody.AssistInfo build()
Copyright © 2026. All rights reserved.