public static final class DescribeExposedCheckWarningRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeExposedCheckWarningRequest |
build() |
DescribeExposedCheckWarningRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeExposedCheckWarningRequest.Builder |
typeName(String typeName)
The type of the baseline.
|
DescribeExposedCheckWarningRequest.Builder |
uuids(String uuids)
The UUID of the server.
|
public DescribeExposedCheckWarningRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribeExposedCheckWarningRequest.Builder typeName(String typeName)
> You can call the [DescribeRiskType](~~DescribeRiskType~~) operation to obtain the types of baselines from the response parameter **TypeName**.
public DescribeExposedCheckWarningRequest.Builder uuids(String uuids)
> You can call the [DescribeCloudCenterInstances](~~DescribeCloudCenterInstances~~) operation to query the UUIDs of servers.
public DescribeExposedCheckWarningRequest build()
Copyright © 2023. All rights reserved.