public static interface DescribeKeyPairsResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.