public static final class DescribeOutgoingDomainRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOutgoingDomainRequest |
build() |
DescribeOutgoingDomainRequest.Builder |
categoryId(String categoryId)
The type of the service.
|
DescribeOutgoingDomainRequest.Builder |
currentPage(String currentPage)
The number of the page to return.
|
DescribeOutgoingDomainRequest.Builder |
dataType(String dataType)
The source of traffic for statistics.
|
DescribeOutgoingDomainRequest.Builder |
domain(String domain)
The domain name in outbound connections.
|
DescribeOutgoingDomainRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeOutgoingDomainRequest.Builder |
isAITraffic(String isAITraffic)
Specifies whether to collect statistics only on AI service access traffic.
|
DescribeOutgoingDomainRequest.Builder |
lang(String lang)
The language of the content within the request.
|
DescribeOutgoingDomainRequest.Builder |
order(String order)
The method that you want to use to sort the query results.
|
DescribeOutgoingDomainRequest.Builder |
pageSize(String pageSize)
The number of entries to return on each page.
|
DescribeOutgoingDomainRequest.Builder |
publicIP(String publicIP)
The public IP address of the Elastic Compute Service (ECS) instance that initiates outbound connections.
|
DescribeOutgoingDomainRequest.Builder |
sort(String sort)
The field based on which you want to sort the query results.
|
DescribeOutgoingDomainRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
DescribeOutgoingDomainRequest.Builder |
tagIdNew(String tagIdNew)
The ID of the tag.
|
public DescribeOutgoingDomainRequest.Builder categoryId(String categoryId)
The type of the service. This parameter is empty by default. Valid values:
All
public DescribeOutgoingDomainRequest.Builder currentPage(String currentPage)
The number of the page to return.
Default value: 1.
example:1
public DescribeOutgoingDomainRequest.Builder dataType(String dataType)
The source of traffic for statistics. Valid values:
nat
public DescribeOutgoingDomainRequest.Builder domain(String domain)
The domain name in outbound connections.
example:public DescribeOutgoingDomainRequest.Builder endTime(String endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1656750960
public DescribeOutgoingDomainRequest.Builder isAITraffic(String isAITraffic)
Specifies whether to collect statistics only on AI service access traffic. Valid values:
true
public DescribeOutgoingDomainRequest.Builder lang(String lang)
The language of the content within the request. Valid values:
zh
public DescribeOutgoingDomainRequest.Builder order(String order)
The method that you want to use to sort the query results. Valid values:
desc
public DescribeOutgoingDomainRequest.Builder pageSize(String pageSize)
The number of entries to return on each page.
Default value: 6. Maximum value: 100.
example:10
public DescribeOutgoingDomainRequest.Builder publicIP(String publicIP)
The public IP address of the Elastic Compute Service (ECS) instance that initiates outbound connections.
example:192.0.XX.XX
public DescribeOutgoingDomainRequest.Builder sort(String sort)
The field based on which you want to sort the query results. Valid values:
SessionCount
public DescribeOutgoingDomainRequest.Builder startTime(String startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1656664560
public DescribeOutgoingDomainRequest.Builder tagIdNew(String tagIdNew)
The ID of the tag. Valid values:
AliYun
public DescribeOutgoingDomainRequest build()
Copyright © 2026. All rights reserved.