public static final class SetDNSSLBStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetDNSSLBStatusRequest |
build() |
SetDNSSLBStatusRequest.Builder |
domainName(String domainName)
The domain name.
|
SetDNSSLBStatusRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
SetDNSSLBStatusRequest.Builder |
line(String line)
The DNS resolution line.
|
SetDNSSLBStatusRequest.Builder |
open(Boolean open)
Specifies whether to enable or disable weighted round-robin.
|
SetDNSSLBStatusRequest.Builder |
subDomain(String subDomain)
The subdomain name for which you want to enable weighted round-robin.
|
SetDNSSLBStatusRequest.Builder |
type(String type)
The type of the Domain Name System (DNS) record.
|
SetDNSSLBStatusRequest.Builder |
userClientIp(String userClientIp)
The IP address of the client.
|
public SetDNSSLBStatusRequest.Builder domainName(String domainName)
The domain name.
example:example.com
public SetDNSSLBStatusRequest.Builder lang(String lang)
The language of the content within the request and response. Default: zh. Valid values:
en
public SetDNSSLBStatusRequest.Builder line(String line)
The DNS resolution line. The line can be the default line, China Telecom, and China Mobile.
example:China Mobile.
public SetDNSSLBStatusRequest.Builder open(Boolean open)
Specifies whether to enable or disable weighted round-robin. Valid values:
true
public SetDNSSLBStatusRequest.Builder subDomain(String subDomain)
The subdomain name for which you want to enable weighted round-robin. Set the parameter to @.example.com instead of example.com.
This parameter is required.
example:public SetDNSSLBStatusRequest.Builder type(String type)
The type of the Domain Name System (DNS) record. Valid values: A and AAAA. Default value: A.
example:A
public SetDNSSLBStatusRequest.Builder userClientIp(String userClientIp)
The IP address of the client.
example:192.0.2.0
public SetDNSSLBStatusRequest build()
Copyright © 2026. All rights reserved.