public static final class DeleteKeyPairsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteKeyPairsRequest |
build() |
DeleteKeyPairsRequest.Builder |
keyPairId(String keyPairId)
The ID of the SSH key pair.
|
DeleteKeyPairsRequest.Builder |
keyPairName(String keyPairName)
The name of the key pair.
|
public DeleteKeyPairsRequest.Builder keyPairId(String keyPairId)
public DeleteKeyPairsRequest.Builder keyPairName(String keyPairName)
* The name must be 2 to 128 characters in length. * The name must start with a letter and cannot start with `http://` or `https://`. * The name can contain letters, digits, colons (:), underscores (\_), and hyphens (-). Before you delete a key pair, you can call the DescribeKeyPairs operation to query existing key pairs.
public DeleteKeyPairsRequest build()
Copyright © 2024. All rights reserved.