public static final class DescribeNatFirewallTrafficTrendResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeNatFirewallTrafficTrendResponseBody |
build() |
DescribeNatFirewallTrafficTrendResponseBody.Builder |
dataList(List<DescribeNatFirewallTrafficTrendResponseBody.DataList> dataList)
The statistics on traffic.
|
DescribeNatFirewallTrafficTrendResponseBody.Builder |
maxInBps(Long maxInBps)
The maximum inbound network throughput, which indicates the maximum number of bits that are sent inbound per second.
|
DescribeNatFirewallTrafficTrendResponseBody.Builder |
maxOutBps(Long maxOutBps)
The maximum outbound network throughput, which indicates the maximum number of bits that are sent outbound per second.
|
DescribeNatFirewallTrafficTrendResponseBody.Builder |
maxTotalBps(Long maxTotalBps)
The total maximum inbound and outbound network throughput, which indicates the maximum number of bits that are sent inbound and outbound per second.
|
DescribeNatFirewallTrafficTrendResponseBody.Builder |
requestId(String requestId)
Id of the request
example:
87F23A3A-6F57-59C3-8237-A090D0613D71
|
public DescribeNatFirewallTrafficTrendResponseBody.Builder dataList(List<DescribeNatFirewallTrafficTrendResponseBody.DataList> dataList)
The statistics on traffic.
public DescribeNatFirewallTrafficTrendResponseBody.Builder maxInBps(Long maxInBps)
The maximum inbound network throughput, which indicates the maximum number of bits that are sent inbound per second. Unit: bit/s.
example:18038632
public DescribeNatFirewallTrafficTrendResponseBody.Builder maxOutBps(Long maxOutBps)
The maximum outbound network throughput, which indicates the maximum number of bits that are sent outbound per second. Unit: bit/s.
example:122596487
public DescribeNatFirewallTrafficTrendResponseBody.Builder maxTotalBps(Long maxTotalBps)
The total maximum inbound and outbound network throughput, which indicates the maximum number of bits that are sent inbound and outbound per second. Unit: bit/s.
example:66953194
public DescribeNatFirewallTrafficTrendResponseBody.Builder requestId(String requestId)
Id of the request
example:87F23A3A-6F57-59C3-8237-A090D0613D71
public DescribeNatFirewallTrafficTrendResponseBody build()
Copyright © 2026. All rights reserved.