public static final class DescribeDomainsResponseBody.Domain.Builder extends Object
public DescribeDomainsResponseBody.Domain.Builder aliDomain(Boolean aliDomain)
Indicates whether the domain name was registered with Alibaba Cloud.
example:true
public DescribeDomainsResponseBody.Domain.Builder createTime(String createTime)
The time when the domain name was added. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.
example:2019-01-30T05:25Z
public DescribeDomainsResponseBody.Domain.Builder createTimestamp(Long createTimestamp)
The time when the domain name was added. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1660546144000
public DescribeDomainsResponseBody.Domain.Builder dnsServers(DescribeDomainsResponseBody.DnsServers dnsServers)
The names of the DNS servers configured for the domain name assigned by Alibaba Cloud DNS.
public DescribeDomainsResponseBody.Domain.Builder domainId(String domainId)
The ID of the domain name.
example:00efd71a-770e-4255-b54e-6fe5659baffe
public DescribeDomainsResponseBody.Domain.Builder domainLoggingSwitchStatus(String domainLoggingSwitchStatus)
Indicates whether the DNS traffic analysis feature is enabled for the domain name. Valid values:
OPEN
public DescribeDomainsResponseBody.Domain.Builder domainName(String domainName)
The domain name.
example:abc.com
public DescribeDomainsResponseBody.Domain.Builder groupId(String groupId)
The ID of the domain name group.
example:2223
public DescribeDomainsResponseBody.Domain.Builder groupName(String groupName)
The name of the domain name group.
example:mygroup
public DescribeDomainsResponseBody.Domain.Builder instanceEndTime(String instanceEndTime)
The time when the Alibaba Cloud DNS instance expires. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.
example:2020-03-14T16:00Z
public DescribeDomainsResponseBody.Domain.Builder instanceExpired(Boolean instanceExpired)
Indicates whether the Alibaba Cloud DNS instance expires.
example:false
public DescribeDomainsResponseBody.Domain.Builder instanceId(String instanceId)
The ID of the Alibaba Cloud DNS instance.
example:i-7bg
public DescribeDomainsResponseBody.Domain.Builder punyCode(String punyCode)
The Punycode for the domain name. This parameter is returned only for Chinese domain names.
example:abc.com
public DescribeDomainsResponseBody.Domain.Builder recordCount(Long recordCount)
The number of Domain Name System (DNS) records added for the domain name.
example:100
public DescribeDomainsResponseBody.Domain.Builder registrantEmail(String registrantEmail)
The email address of the registrant.
example:public DescribeDomainsResponseBody.Domain.Builder remark(String remark)
The description of the domain name.
example:remark
public DescribeDomainsResponseBody.Domain.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the domain name belongs.
example:rg-acf
public DescribeDomainsResponseBody.Domain.Builder slaveDnsStatus(String slaveDnsStatus)
public DescribeDomainsResponseBody.Domain.Builder starmark(Boolean starmark)
Indicates whether the domain name was added to favorites.
example:true
public DescribeDomainsResponseBody.Domain.Builder tags(DescribeDomainsResponseBody.Tags tags)
The tags added to the resource.
public DescribeDomainsResponseBody.Domain.Builder versionCode(String versionCode)
The edition code of Alibaba Cloud DNS.
example:version_enterprise_basic
public DescribeDomainsResponseBody.Domain.Builder versionName(String versionName)
The edition of Alibaba Cloud DNS.
public DescribeDomainsResponseBody.Domain build()
Copyright © 2026. All rights reserved.