public static final class DeleteFullNatEntryRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteFullNatEntryRequest |
build() |
DeleteFullNatEntryRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteFullNatEntryRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
DeleteFullNatEntryRequest.Builder |
fullNatEntryId(String fullNatEntryId)
The ID of the FULLNAT entry that you want to delete.
|
DeleteFullNatEntryRequest.Builder |
fullNatTableId(String fullNatTableId)
The ID of the FULLNAT table to which the FULLNAT entry to be deleted belongs.
|
DeleteFullNatEntryRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteFullNatEntryRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteFullNatEntryRequest.Builder |
regionId(String regionId)
The region ID of the VPC NAT gateway to which the FULLNAT entry to be deleted belongs.
|
DeleteFullNatEntryRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteFullNatEntryRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteFullNatEntryRequest.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 DeleteFullNatEntryRequest.Builder dryRun(Boolean dryRun)
* **true**: performs 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, the related 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 DeleteFullNatEntryRequest.Builder fullNatEntryId(String fullNatEntryId)
public DeleteFullNatEntryRequest.Builder fullNatTableId(String fullNatTableId)
public DeleteFullNatEntryRequest.Builder ownerAccount(String ownerAccount)
public DeleteFullNatEntryRequest.Builder ownerId(Long ownerId)
public DeleteFullNatEntryRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent list of regions.
public DeleteFullNatEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteFullNatEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteFullNatEntryRequest build()
Copyright © 2024. All rights reserved.