public static final class DescribeInternetTrafficTrendRequest.Builder extends Object
public DescribeInternetTrafficTrendRequest.Builder direction(String direction)
The direction of the internet traffic.
Valid values:
in
public DescribeInternetTrafficTrendRequest.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:1674958929
public DescribeInternetTrafficTrendRequest.Builder lang(String lang)
The language of the content in the request and response. Valid values:
zh
public DescribeInternetTrafficTrendRequest.Builder sourceCode(String sourceCode)
The source code.
This parameter is required.
example:yundun
public DescribeInternetTrafficTrendRequest.Builder sourceIp(String sourceIp)
The IP address of the access source.
example:101.80.171.196
public DescribeInternetTrafficTrendRequest.Builder srcPrivateIP(String srcPrivateIP)
The private IP address of the source.
example:10.100.134.60
public DescribeInternetTrafficTrendRequest.Builder srcPublicIP(String srcPublicIP)
The public IP address of the source.
example:47.112.210.136
public DescribeInternetTrafficTrendRequest.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:1670307484
public DescribeInternetTrafficTrendRequest.Builder trafficType(String trafficType)
The type of the traffic that is captured. Valid values:
max
public DescribeInternetTrafficTrendRequest build()
Copyright © 2026. All rights reserved.