public static final class UpdateDNSSLBWeightRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateDNSSLBWeightRequest |
build() |
UpdateDNSSLBWeightRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
UpdateDNSSLBWeightRequest.Builder |
recordId(String recordId)
The ID of the DNS record.
|
UpdateDNSSLBWeightRequest.Builder |
userClientIp(String userClientIp)
The IP address of the client.
|
UpdateDNSSLBWeightRequest.Builder |
weight(Integer weight)
The weight of the DNS record that you want to specify.
|
public UpdateDNSSLBWeightRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public UpdateDNSSLBWeightRequest.Builder recordId(String recordId)
The ID of the DNS record. You can call the DescribeDomainRecords operation to obtain the ID.
This parameter is required.
example:9999985
public UpdateDNSSLBWeightRequest.Builder userClientIp(String userClientIp)
The IP address of the client.
example:1.1.1.1
public UpdateDNSSLBWeightRequest.Builder weight(Integer weight)
The weight of the DNS record that you want to specify. Valid values: 1 to 100.
This parameter is required.
example:2
public UpdateDNSSLBWeightRequest build()
Copyright © 2026. All rights reserved.