public static final class DescribeCustomLineResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomLineResponseBody |
build() |
DescribeCustomLineResponseBody.Builder |
code(String code)
The code of the custom line.
|
DescribeCustomLineResponseBody.Builder |
domainName(String domainName)
The domain name.
|
DescribeCustomLineResponseBody.Builder |
id(Long id)
The ID/Name of the custom line.
|
DescribeCustomLineResponseBody.Builder |
ipSegmentList(List<DescribeCustomLineResponseBody.IpSegmentList> ipSegmentList)
The CIDR blocks.
|
DescribeCustomLineResponseBody.Builder |
name(String name)
The name of the custom line.
|
DescribeCustomLineResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public DescribeCustomLineResponseBody.Builder code(String code)
The code of the custom line.
example:hra0yc-597
public DescribeCustomLineResponseBody.Builder domainName(String domainName)
The domain name.
example:example.com
public DescribeCustomLineResponseBody.Builder id(Long id)
The ID/Name of the custom line.
example:597
public DescribeCustomLineResponseBody.Builder ipSegmentList(List<DescribeCustomLineResponseBody.IpSegmentList> ipSegmentList)
The CIDR blocks. Separate IP addresses with a hyphen (-). Enter a CIDR block in each row. You can enter 1 to 50 CIDR blocks at a time. If a CIDR block contains only one IP address, enter the IP address in the format of IP1-IP1. Different CIDR blocks cannot be overlapped.
public DescribeCustomLineResponseBody.Builder name(String name)
The name of the custom line.
public DescribeCustomLineResponseBody.Builder requestId(String requestId)
The request ID.
example:B57C121B-A45F-44D8-A9B2-13E5A5044195
public DescribeCustomLineResponseBody build()
Copyright © 2026. All rights reserved.