public static final class ListFullNatEntriesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListFullNatEntriesRequest |
build() |
ListFullNatEntriesRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ListFullNatEntriesRequest.Builder |
fullNatEntryId(String fullNatEntryId)
The ID of the FULLNAT entry that you want to query.
|
ListFullNatEntriesRequest.Builder |
fullNatEntryNames(List<String> fullNatEntryNames)
The name of the FULLNAT entry that you want to query.
|
ListFullNatEntriesRequest.Builder |
fullNatTableId(String fullNatTableId)
The ID of the FULLNAT table to which the FULLNAT entries to be queried belong.
|
ListFullNatEntriesRequest.Builder |
ipProtocol(String ipProtocol)
The protocol of the packets that are forwarded by the port.
|
ListFullNatEntriesRequest.Builder |
maxResults(Long maxResults)
The number of entries per page.
|
ListFullNatEntriesRequest.Builder |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
ListFullNatEntriesRequest.Builder |
natIp(String natIp)
The NAT IP address that provides address translation in FULLNAT entries.
|
ListFullNatEntriesRequest.Builder |
natIpPort(String natIpPort)
The frontend port to be modified in the mapping of FULLNAT port.
|
ListFullNatEntriesRequest.Builder |
networkInterfaceIds(List<String> networkInterfaceIds)
The ID of the elastic network interface (ENI) that you want to query.
|
ListFullNatEntriesRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
ListFullNatEntriesRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ListFullNatEntriesRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ListFullNatEntriesRequest.Builder |
regionId(String regionId)
The region ID of the virtual private cloud (VPC) NAT gateway to which the FULLNAT entries to be queried belong.
|
ListFullNatEntriesRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ListFullNatEntriesRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ListFullNatEntriesRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters. > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public ListFullNatEntriesRequest.Builder fullNatEntryId(String fullNatEntryId)
public ListFullNatEntriesRequest.Builder fullNatEntryNames(List<String> fullNatEntryNames)
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\_), and hyphens (-). The name must start with a letter.
public ListFullNatEntriesRequest.Builder fullNatTableId(String fullNatTableId)
> You must specify at least one of **FullNatTableId** and **NatGatewayId**.
public ListFullNatEntriesRequest.Builder ipProtocol(String ipProtocol)
* **TCP** * **UDP**
public ListFullNatEntriesRequest.Builder maxResults(Long maxResults)
public ListFullNatEntriesRequest.Builder natGatewayId(String natGatewayId)
> You must specify at least one of **FullNatTableId** and **NatGatewayId**.
public ListFullNatEntriesRequest.Builder natIp(String natIp)
public ListFullNatEntriesRequest.Builder natIpPort(String natIpPort)
public ListFullNatEntriesRequest.Builder networkInterfaceIds(List<String> networkInterfaceIds)
public ListFullNatEntriesRequest.Builder nextToken(String nextToken)
* You do not need to specify this parameter for the first request. * You must specify the token that is obtained from the previous query as the value of the **NextToken** parameter.
public ListFullNatEntriesRequest.Builder ownerAccount(String ownerAccount)
public ListFullNatEntriesRequest.Builder ownerId(Long ownerId)
public ListFullNatEntriesRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListFullNatEntriesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListFullNatEntriesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListFullNatEntriesRequest build()
Copyright © 2024. All rights reserved.