public static final class DeleteCustomerGatewayRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteCustomerGatewayRequest |
build() |
DeleteCustomerGatewayRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteCustomerGatewayRequest.Builder |
customerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
DeleteCustomerGatewayRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteCustomerGatewayRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteCustomerGatewayRequest.Builder |
regionId(String regionId)
The region ID of the customer gateway.
|
DeleteCustomerGatewayRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteCustomerGatewayRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteCustomerGatewayRequest.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 DeleteCustomerGatewayRequest.Builder customerGatewayId(String customerGatewayId)
public DeleteCustomerGatewayRequest.Builder ownerAccount(String ownerAccount)
public DeleteCustomerGatewayRequest.Builder ownerId(Long ownerId)
public DeleteCustomerGatewayRequest.Builder regionId(String regionId)
public DeleteCustomerGatewayRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteCustomerGatewayRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteCustomerGatewayRequest build()
Copyright © 2024. All rights reserved.