public static final class AddDnsCacheDomainRequest.SourceDnsServer.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddDnsCacheDomainRequest.SourceDnsServer |
build() |
AddDnsCacheDomainRequest.SourceDnsServer.Builder |
host(String host)
The domain name or IP address of the origin DNS server.
|
AddDnsCacheDomainRequest.SourceDnsServer.Builder |
port(String port)
The port of the origin DNS server.
|
public AddDnsCacheDomainRequest.SourceDnsServer.Builder host(String host)
The domain name or IP address of the origin DNS server.
This parameter is required.
example:192.0.0.0
public AddDnsCacheDomainRequest.SourceDnsServer.Builder port(String port)
The port of the origin DNS server.
This parameter is required.
example:53
public AddDnsCacheDomainRequest.SourceDnsServer build()
Copyright © 2026. All rights reserved.