public static final class DescribeNatFirewallTrafficTrendRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeNatFirewallTrafficTrendRequest |
build() |
DescribeNatFirewallTrafficTrendRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeNatFirewallTrafficTrendRequest.Builder |
interval(Long interval)
The time interval between the data entries to return.
|
DescribeNatFirewallTrafficTrendRequest.Builder |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
DescribeNatFirewallTrafficTrendRequest.Builder |
srcPrivateIP(String srcPrivateIP)
The private IP address of the source.
|
DescribeNatFirewallTrafficTrendRequest.Builder |
srcPublicIP(String srcPublicIP)
The public IP address of the source.
|
DescribeNatFirewallTrafficTrendRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeNatFirewallTrafficTrendRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp that is accurate to seconds.
example:1739330580
public DescribeNatFirewallTrafficTrendRequest.Builder interval(Long interval)
The time interval between the data entries to return. Unit: seconds. Valid values:
60
public DescribeNatFirewallTrafficTrendRequest.Builder natGatewayId(String natGatewayId)
The ID of the NAT gateway.
example:ngw-xxxxxx
public DescribeNatFirewallTrafficTrendRequest.Builder srcPrivateIP(String srcPrivateIP)
The private IP address of the source.
example:10.100.134.60
public DescribeNatFirewallTrafficTrendRequest.Builder srcPublicIP(String srcPublicIP)
The public IP address of the source.
example:47.112.210.136
public DescribeNatFirewallTrafficTrendRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
example:1739326980
public DescribeNatFirewallTrafficTrendRequest build()
Copyright © 2026. All rights reserved.