Interface DownloadDefaultKeyPairResponse.Builder

  • 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.