public static final class DescribeDomainInfoRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainInfoRequest |
build() |
DescribeDomainInfoRequest.Builder |
domainName(String domainName)
The domain name.
|
DescribeDomainInfoRequest.Builder |
lang(String lang)
The language type.
|
DescribeDomainInfoRequest.Builder |
needDetailAttributes(Boolean needDetailAttributes)
Specifies whether detailed attributes are required.
|
public DescribeDomainInfoRequest.Builder domainName(String domainName)
The domain name.
This parameter is required.
example:dns-example.com
public DescribeDomainInfoRequest.Builder lang(String lang)
The language type.
example:en
public DescribeDomainInfoRequest.Builder needDetailAttributes(Boolean needDetailAttributes)
Specifies whether detailed attributes are required. Default value: false, which indicates that detailed attributes are not returned.
If you set this parameter to true, the values of the following parameters are returned: LineType, MinTtl, RecordLineTreeJson, RecordLines, LineCode, LineDisplayName, LineName, RegionLines, and SlaveDns.
example:true
public DescribeDomainInfoRequest build()
Copyright © 2026. All rights reserved.