public static final class UpdateDnsCacheDomainRemarkRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateDnsCacheDomainRemarkRequest |
build() |
UpdateDnsCacheDomainRemarkRequest.Builder |
domainName(String domainName)
The domain name.
|
UpdateDnsCacheDomainRemarkRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
UpdateDnsCacheDomainRemarkRequest.Builder |
remark(String remark)
The remarks.
|
public UpdateDnsCacheDomainRemarkRequest.Builder domainName(String domainName)
The domain name. You can call the DescribeDomains operation to obtain the domain name.
This parameter is required.
example:dns-example.com
public UpdateDnsCacheDomainRemarkRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
Default: zh
example:en
public UpdateDnsCacheDomainRemarkRequest.Builder remark(String remark)
The remarks. The remarks can be up to 50 characters in length and can contain only letters, digits, periods (.), underscores (_), and hyphens (-).
Delete the original remarks when it is empty.
example:test
public UpdateDnsCacheDomainRemarkRequest build()
Copyright © 2026. All rights reserved.