public static final class UpdateDomainRemarkRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateDomainRemarkRequest |
build() |
UpdateDomainRemarkRequest.Builder |
domainName(String domainName)
The domain name that already exists in Alibaba Cloud Domain Name System (DNS).
|
UpdateDomainRemarkRequest.Builder |
lang(String lang)
The language of the response.
|
UpdateDomainRemarkRequest.Builder |
remark(String remark)
The description of the domain name.
|
public UpdateDomainRemarkRequest.Builder domainName(String domainName)
The domain name that already exists in Alibaba Cloud Domain Name System (DNS). You can call the DescribeDomains operation to obtain the domain name.
This parameter is required.
example:mydomain.com
public UpdateDomainRemarkRequest.Builder lang(String lang)
The language of the response. Valid values:
Default value: en
example:cn
public UpdateDomainRemarkRequest.Builder remark(String remark)
The description of the domain name.
It can be up to 50 characters in length and can contain digits, letters, and the following special characters: _ - , .
public UpdateDomainRemarkRequest build()
Copyright © 2026. All rights reserved.