Interface DownloadDefaultKeyPairResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>, LightsailResponse.Builder, SdkBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DownloadDefaultKeyPairResponse

public static interface DownloadDefaultKeyPairResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
  • Method Details

    • publicKeyBase64

      DownloadDefaultKeyPairResponse.Builder publicKeyBase64(String publicKeyBase64)

      A base64-encoded public key of the ssh-rsa type.

      Parameters:
      publicKeyBase64 - A base64-encoded public key of the ssh-rsa type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateKeyBase64

      DownloadDefaultKeyPairResponse.Builder privateKeyBase64(String privateKeyBase64)

      A base64-encoded RSA private key.

      Parameters:
      privateKeyBase64 - A base64-encoded RSA private key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the default key pair was created.

      Parameters:
      createdAt - The timestamp when the default key pair was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.