CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
, SdkBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
public static interface DownloadDefaultKeyPairResponse.Builder extends CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
Modifier and Type | Method | Description |
---|---|---|
DownloadDefaultKeyPairResponse.Builder |
privateKeyBase64(String privateKeyBase64) |
A base64-encoded RSA private key.
|
DownloadDefaultKeyPairResponse.Builder |
publicKeyBase64(String publicKeyBase64) |
A base64-encoded public key of the
ssh-rsa type. |
copy
apply, build
DownloadDefaultKeyPairResponse.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.DownloadDefaultKeyPairResponse.Builder privateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
privateKeyBase64
- A base64-encoded RSA private key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.