public static final class AddCustomLineRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddCustomLineRequest |
build() |
AddCustomLineRequest.Builder |
domainName(String domainName)
The domain name.
|
AddCustomLineRequest.Builder |
ipSegment(List<AddCustomLineRequest.IpSegment> ipSegment)
The CIDR blocks.
|
AddCustomLineRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
AddCustomLineRequest.Builder |
lineName(String lineName)
The name of the custom line.
|
public AddCustomLineRequest.Builder domainName(String domainName)
The domain name. You can call the DescribeDomains operation to obtain the domain name.
This parameter is required.
example:example.com
public AddCustomLineRequest.Builder ipSegment(List<AddCustomLineRequest.IpSegment> ipSegment)
The CIDR blocks.
This parameter is required.
public AddCustomLineRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public AddCustomLineRequest.Builder lineName(String lineName)
The name of the custom line.
This parameter is required.
public AddCustomLineRequest build()
Copyright © 2026. All rights reserved.