public static interface DescribeKeyPairsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeKeyPairsResponse.Builder,DescribeKeyPairsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeKeyPairsResponse.Builder |
keyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
DescribeKeyPairsResponse.Builder |
keyPairs(KeyPairInfo... keyPairs)
Information about one or more key pairs.
|
DescribeKeyPairsResponse.Builder keyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
keyPairs - Information about one or more key pairs.DescribeKeyPairsResponse.Builder keyPairs(KeyPairInfo... keyPairs)
Information about one or more key pairs.
keyPairs - Information about one or more key pairs.Copyright © 2017. All rights reserved.