public static final class OperateBatchDomainRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperateBatchDomainRequest |
build() |
OperateBatchDomainRequest.Builder |
domainRecordInfo(List<OperateBatchDomainRequest.DomainRecordInfo> domainRecordInfo)
The DNS records.
|
OperateBatchDomainRequest.Builder |
lang(String lang)
The language of the response.
|
OperateBatchDomainRequest.Builder |
type(String type)
The type of the batch operation.
|
public OperateBatchDomainRequest.Builder domainRecordInfo(List<OperateBatchDomainRequest.DomainRecordInfo> domainRecordInfo)
The DNS records. You can submit up to 1,000 DNS records.
This parameter is required.
public OperateBatchDomainRequest.Builder lang(String lang)
The language of the response. Valid values:
Default value: zh
example:en
public OperateBatchDomainRequest.Builder type(String type)
The type of the batch operation. Valid values:
This parameter is required.
example:RR_ADD
public OperateBatchDomainRequest build()
Copyright © 2026. All rights reserved.