public static final class DescribeCenPrivateZoneRoutesResponseBody.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeCenPrivateZoneRoutesResponseBody |
build() |
DescribeCenPrivateZoneRoutesResponseBody.Builder |
cenId(String cenId)
The ID of the CEN instance.
|
DescribeCenPrivateZoneRoutesResponseBody.Builder |
pageNumber(Integer pageNumber)
The page number of the returned page.
|
DescribeCenPrivateZoneRoutesResponseBody.Builder |
pageSize(Integer pageSize)
The number of entries returned per page.
|
DescribeCenPrivateZoneRoutesResponseBody.Builder |
privateZoneDnsServers(String privateZoneDnsServers)
The IP address of the DNS server used by PrivateZone.
|
DescribeCenPrivateZoneRoutesResponseBody.Builder |
privateZoneInfos(DescribeCenPrivateZoneRoutesResponseBody.PrivateZoneInfos privateZoneInfos)
The detailed configuration of PrivateZone.
|
DescribeCenPrivateZoneRoutesResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeCenPrivateZoneRoutesResponseBody.Builder |
totalCount(Integer totalCount)
The total number of entries returned.
|
public DescribeCenPrivateZoneRoutesResponseBody.Builder cenId(String cenId)
The ID of the CEN instance.
example:cen-7qthudw0ll6jmc****
public DescribeCenPrivateZoneRoutesResponseBody.Builder pageNumber(Integer pageNumber)
The page number of the returned page.
example:1
public DescribeCenPrivateZoneRoutesResponseBody.Builder pageSize(Integer pageSize)
The number of entries returned per page.
example:10
public DescribeCenPrivateZoneRoutesResponseBody.Builder privateZoneDnsServers(String privateZoneDnsServers)
The IP address of the DNS server used by PrivateZone.
example:100.100.XX.XX/32,100.100.XX.XX/32
public DescribeCenPrivateZoneRoutesResponseBody.Builder privateZoneInfos(DescribeCenPrivateZoneRoutesResponseBody.PrivateZoneInfos privateZoneInfos)
The detailed configuration of PrivateZone.
public DescribeCenPrivateZoneRoutesResponseBody.Builder requestId(String requestId)
The ID of the request.
example:461EC1B5-04A8-4706-8764-8F5BCEF48A6F
public DescribeCenPrivateZoneRoutesResponseBody.Builder totalCount(Integer totalCount)
The total number of entries returned.
example:2
public DescribeCenPrivateZoneRoutesResponseBody build()
Copyright © 2025. All rights reserved.