public static final class DescribeDomainInfoResponseBody.Builder extends Object
public DescribeDomainInfoResponseBody.Builder aliDomain(Boolean aliDomain)
Indicates whether the domain name was registered in Alibaba Cloud.
example:true
public DescribeDomainInfoResponseBody.Builder availableTtls(DescribeDomainInfoResponseBody.AvailableTtls availableTtls)
The available time to live (TTL) values that can be configured for the domain name. Available TTL values are not returned by default. If you want to query such information, set NeedDetailAttributes to true.
public DescribeDomainInfoResponseBody.Builder createTime(String createTime)
The time when the domain name was created.
example:2015-12-12T09:23Z
public DescribeDomainInfoResponseBody.Builder dnsServers(DescribeDomainInfoResponseBody.DnsServers dnsServers)
The DNS servers that are used to resolve the domain name.
public DescribeDomainInfoResponseBody.Builder domainId(String domainId)
The ID of the domain name.
example:00efd71a-770e-4255-b54e-6fe5659baffe
public DescribeDomainInfoResponseBody.Builder domainLoggingSwitchStatus(String domainLoggingSwitchStatus)
Indicates whether the DNS traffic analysis feature is enabled. Valid values:
public DescribeDomainInfoResponseBody.Builder domainName(String domainName)
The domain name.
example:example.com
public DescribeDomainInfoResponseBody.Builder groupId(String groupId)
The ID of the domain name group.
example:2223
public DescribeDomainInfoResponseBody.Builder groupName(String groupName)
The name of the domain name group.
example:mygroup
public DescribeDomainInfoResponseBody.Builder inBlackHole(Boolean inBlackHole)
Indicates whether blackhole filtering was triggered.
example:false
public DescribeDomainInfoResponseBody.Builder inClean(Boolean inClean)
Indicates whether traffic scrubbing was in progress.
example:false
public DescribeDomainInfoResponseBody.Builder instanceId(String instanceId)
The ID of the Alibaba Cloud DNS instance.
example:i-7bg
public DescribeDomainInfoResponseBody.Builder lineType(String lineType)
The type of the DNS request line.
example:region_province
public DescribeDomainInfoResponseBody.Builder minTtl(Long minTtl)
The minimum TTL value.
example:1
public DescribeDomainInfoResponseBody.Builder punyCode(String punyCode)
The Punycode for the domain name. This parameter is returned only for Chinese domain names.
example:example.com
public DescribeDomainInfoResponseBody.Builder recordLineTreeJson(String recordLineTreeJson)
The tree-structure DNS request lines.
example:{"default":{},"unicom":{},"telecom":{},"mobile":{},"edu":{},"oversea":{},"baidu":{},"biying":{},"google":{}}
public DescribeDomainInfoResponseBody.Builder recordLines(DescribeDomainInfoResponseBody.RecordLines recordLines)
The DNS request lines.
public DescribeDomainInfoResponseBody.Builder regionLines(Boolean regionLines)
Indicates whether the DNS request lines are regional lines.
example:false
public DescribeDomainInfoResponseBody.Builder remark(String remark)
The description.
example:remark
public DescribeDomainInfoResponseBody.Builder requestId(String requestId)
The request ID.
example:536E9CAD-DB30-4647-AC87-AA5CC38C5382
public DescribeDomainInfoResponseBody.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group.
example:rg-aek3dj3wvclgcxo
public DescribeDomainInfoResponseBody.Builder slaveDns(Boolean slaveDns)
Indicates whether secondary DNS is supported.
example:true
public DescribeDomainInfoResponseBody.Builder subDomain(Boolean subDomain)
Indicates whether the queried domain name is a hosted subdomain name. Valid values:
false
public DescribeDomainInfoResponseBody.Builder versionCode(String versionCode)
The version ID of Alibaba Cloud DNS.
example:version1
public DescribeDomainInfoResponseBody.Builder versionName(String versionName)
The edition of Alibaba Cloud DNS.
public DescribeDomainInfoResponseBody build()
Copyright © 2026. All rights reserved.