public static final class AddDomainResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddDomainResponseBody |
build() |
AddDomainResponseBody.Builder |
dnsServers(AddDomainResponseBody.DnsServers dnsServers)
The Domain Name System (DNS) servers configured for the domain name.
|
AddDomainResponseBody.Builder |
domainId(String domainId)
The ID of the domain name.
|
AddDomainResponseBody.Builder |
domainName(String domainName)
The domain name.
|
AddDomainResponseBody.Builder |
groupId(String groupId)
The ID of the domain name group.
|
AddDomainResponseBody.Builder |
groupName(String groupName)
The name of the domain name group.
|
AddDomainResponseBody.Builder |
punyCode(String punyCode)
The Punycode for the domain name.
|
AddDomainResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public AddDomainResponseBody.Builder dnsServers(AddDomainResponseBody.DnsServers dnsServers)
The Domain Name System (DNS) servers configured for the domain name.
public AddDomainResponseBody.Builder domainId(String domainId)
The ID of the domain name.
example:00efd71a-770e-4255-b54e-6fe5659baffe
public AddDomainResponseBody.Builder domainName(String domainName)
The domain name.
example:dns-example.top
public AddDomainResponseBody.Builder groupId(String groupId)
The ID of the domain name group.
example:2223
public AddDomainResponseBody.Builder groupName(String groupName)
The name of the domain name group.
example:MyGroup
public AddDomainResponseBody.Builder punyCode(String punyCode)
The Punycode for the domain name. This parameter is returned only for Chinese domain names.
example:xn--fsq270a.com
public AddDomainResponseBody.Builder requestId(String requestId)
The request ID.
example:536E9CAD-DB30-4647-AC87-AA5CC38C5382
public AddDomainResponseBody build()
Copyright © 2026. All rights reserved.