public static final class DeleteVpnGatewayRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteVpnGatewayRequest |
build() |
DeleteVpnGatewayRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteVpnGatewayRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteVpnGatewayRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteVpnGatewayRequest.Builder |
regionId(String regionId)
The region ID of the VPN gateway.
|
DeleteVpnGatewayRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteVpnGatewayRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DeleteVpnGatewayRequest.Builder |
vpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway.
|
public DeleteVpnGatewayRequest.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 and cannot exceed 64 characters in length. > 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 DeleteVpnGatewayRequest.Builder ownerAccount(String ownerAccount)
public DeleteVpnGatewayRequest.Builder ownerId(Long ownerId)
public DeleteVpnGatewayRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DeleteVpnGatewayRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteVpnGatewayRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteVpnGatewayRequest.Builder vpnGatewayId(String vpnGatewayId)
public DeleteVpnGatewayRequest build()
Copyright © 2024. All rights reserved.