public static final class ModifyFullNatEntryAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyFullNatEntryAttributeRequest.Builder |
accessIp(String accessIp)
The backend IP address to be modified in FULLNAT address translation.
|
ModifyFullNatEntryAttributeRequest.Builder |
accessPort(String accessPort)
The backend port to be modified in FULLNAT port mapping.
|
ModifyFullNatEntryAttributeRequest |
build() |
ModifyFullNatEntryAttributeRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ModifyFullNatEntryAttributeRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
ModifyFullNatEntryAttributeRequest.Builder |
fullNatEntryDescription(String fullNatEntryDescription)
The new description of the FULLNAT entry.
|
ModifyFullNatEntryAttributeRequest.Builder |
fullNatEntryId(String fullNatEntryId)
The ID of the FULLNAT entry to be modified.
|
ModifyFullNatEntryAttributeRequest.Builder |
fullNatEntryName(String fullNatEntryName)
The new name of the FULLNAT entry.
|
ModifyFullNatEntryAttributeRequest.Builder |
fullNatTableId(String fullNatTableId)
The ID of the FULLNAT table to be modified.
|
ModifyFullNatEntryAttributeRequest.Builder |
ipProtocol(String ipProtocol)
The protocol of the packets that are forwarded by the port.
|
ModifyFullNatEntryAttributeRequest.Builder |
natIp(String natIp)
The NAT IP address to be modified.
|
ModifyFullNatEntryAttributeRequest.Builder |
natIpPort(String natIpPort)
The frontend port to be modified in FULLNAT port mapping.
|
ModifyFullNatEntryAttributeRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the elastic network interface (ENI) to be modified.
|
ModifyFullNatEntryAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyFullNatEntryAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyFullNatEntryAttributeRequest.Builder |
regionId(String regionId)
The region ID of the Virtual Private Cloud (VPC) NAT gateway to which the FULLNAT entry to be modified belongs.
|
ModifyFullNatEntryAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyFullNatEntryAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyFullNatEntryAttributeRequest.Builder accessIp(String accessIp)
public ModifyFullNatEntryAttributeRequest.Builder accessPort(String accessPort)
public ModifyFullNatEntryAttributeRequest.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 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 ModifyFullNatEntryAttributeRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public ModifyFullNatEntryAttributeRequest.Builder fullNatEntryDescription(String fullNatEntryDescription)
You can leave this parameter empty or enter a description. If you enter a description, the description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
public ModifyFullNatEntryAttributeRequest.Builder fullNatEntryId(String fullNatEntryId)
public ModifyFullNatEntryAttributeRequest.Builder fullNatEntryName(String fullNatEntryName)
The name must be 2 to 128 characters in length. It must start with a letter but cannot start with `http://` or `https://`.
public ModifyFullNatEntryAttributeRequest.Builder fullNatTableId(String fullNatTableId)
public ModifyFullNatEntryAttributeRequest.Builder ipProtocol(String ipProtocol)
* **TCP**: TCP * **UDP**
public ModifyFullNatEntryAttributeRequest.Builder natIp(String natIp)
public ModifyFullNatEntryAttributeRequest.Builder natIpPort(String natIpPort)
public ModifyFullNatEntryAttributeRequest.Builder networkInterfaceId(String networkInterfaceId)
public ModifyFullNatEntryAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifyFullNatEntryAttributeRequest.Builder ownerId(Long ownerId)
public ModifyFullNatEntryAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyFullNatEntryAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyFullNatEntryAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyFullNatEntryAttributeRequest build()
Copyright © 2024. All rights reserved.