public static final class DeleteVpcGatewayEndpointRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteVpcGatewayEndpointRequest |
build() |
DeleteVpcGatewayEndpointRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteVpcGatewayEndpointRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
DeleteVpcGatewayEndpointRequest.Builder |
endpointId(String endpointId)
The ID of the gateway endpoint.
|
DeleteVpcGatewayEndpointRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteVpcGatewayEndpointRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteVpcGatewayEndpointRequest.Builder |
regionId(String regionId)
The region ID of the gateway endpoint.
|
DeleteVpcGatewayEndpointRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteVpcGatewayEndpointRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public DeleteVpcGatewayEndpointRequest.Builder clientToken(String clientToken)
> 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 DeleteVpcGatewayEndpointRequest.Builder dryRun(Boolean dryRun)
* **true**: performs a dry run. The system checks the request for potential issues, including the AccessKey pair, the permissions of the RAM user, and the required parameters. 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** (default): 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 DeleteVpcGatewayEndpointRequest.Builder endpointId(String endpointId)
public DeleteVpcGatewayEndpointRequest.Builder ownerAccount(String ownerAccount)
public DeleteVpcGatewayEndpointRequest.Builder ownerId(Long ownerId)
public DeleteVpcGatewayEndpointRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DeleteVpcGatewayEndpointRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteVpcGatewayEndpointRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteVpcGatewayEndpointRequest build()
Copyright © 2024. All rights reserved.