CopyableBuilder<CreateKeyPairResponse.Builder,CreateKeyPairResponse>
, SdkBuilder<CreateKeyPairResponse.Builder,CreateKeyPairResponse>
public static interface CreateKeyPairResponse.Builder extends CopyableBuilder<CreateKeyPairResponse.Builder,CreateKeyPairResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateKeyPairResponse.Builder |
keyPair(KeyPair keyPair) |
An array of key-value pairs containing information about the new key pair you just created.
|
CreateKeyPairResponse.Builder |
operation(Operation operation) |
An array of key-value pairs containing information about the results of your create key pair request.
|
CreateKeyPairResponse.Builder |
privateKeyBase64(String privateKeyBase64) |
A base64-encoded RSA private key.
|
CreateKeyPairResponse.Builder |
publicKeyBase64(String publicKeyBase64) |
A base64-encoded public key of the
ssh-rsa type. |
copy
apply, build
CreateKeyPairResponse.Builder keyPair(KeyPair keyPair)
An array of key-value pairs containing information about the new key pair you just created.
keyPair
- An array of key-value pairs containing information about the new key pair you just created.CreateKeyPairResponse.Builder publicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the ssh-rsa
type.
publicKeyBase64
- A base64-encoded public key of the ssh-rsa
type.CreateKeyPairResponse.Builder privateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
privateKeyBase64
- A base64-encoded RSA private key.CreateKeyPairResponse.Builder operation(Operation operation)
An array of key-value pairs containing information about the results of your create key pair request.
operation
- An array of key-value pairs containing information about the results of your create key pair request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.