public static final class DeleteKeyPairsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteKeyPairsRequest |
build() |
DeleteKeyPairsRequest.Builder |
keyPairNames(String keyPairNames)
The names of SSH key pairs.
|
DeleteKeyPairsRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteKeyPairsRequest.Builder |
regionId(String regionId)
The ID of the region.
|
DeleteKeyPairsRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteKeyPairsRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DeleteKeyPairsRequest.Builder |
sourceRegionId(String sourceRegionId)
SourceRegionId.
|
public DeleteKeyPairsRequest.Builder sourceRegionId(String sourceRegionId)
public DeleteKeyPairsRequest.Builder keyPairNames(String keyPairNames)
> Before you delete an SSH key pair, you can call the [DescribeKeyPairs](~~51773~~) operation to query existing key pairs.
public DeleteKeyPairsRequest.Builder ownerId(Long ownerId)
public DeleteKeyPairsRequest.Builder regionId(String regionId)
public DeleteKeyPairsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteKeyPairsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteKeyPairsRequest build()
Copyright © 2024. All rights reserved.