public static final class DescribeInstallCaptchaRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInstallCaptchaRequest |
build() |
DescribeInstallCaptchaRequest.Builder |
deadline(String deadline)
The validity period of verification codes.
|
DescribeInstallCaptchaRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeInstallCaptchaRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeInstallCaptchaRequest.Builder deadline(String deadline)
The validity period of verification codes. If this parameter is not specified, only the valid verification codes are returned.
example:An installation verification code can be used only within the validity period. An expired installation verification code cannot be used to install the Security Center agent.
2020-10-11 16:26:22
public DescribeInstallCaptchaRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeInstallCaptchaRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.168.XX.XX
public DescribeInstallCaptchaRequest build()
Copyright © 2026. All rights reserved.