public static final class AddCustomLineRequest.IpSegment.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddCustomLineRequest.IpSegment |
build() |
AddCustomLineRequest.IpSegment.Builder |
endIp(String endIp)
The end IP address of the CIDR block.
|
AddCustomLineRequest.IpSegment.Builder |
startIp(String startIp)
The start IP address of the CIDR block.
|
public AddCustomLineRequest.IpSegment.Builder endIp(String endIp)
The end IP address of the CIDR block.
example:192.0.2.254
public AddCustomLineRequest.IpSegment.Builder startIp(String startIp)
The start IP address of the CIDR block.
example:192.0.2.0
public AddCustomLineRequest.IpSegment build()
Copyright © 2026. All rights reserved.