public static interface DownloadDefaultKeyPairResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
| Modifier and Type | Method and 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDownloadDefaultKeyPairResponse.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.