Class PublicKeyDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • publicKeyContent

        public PublicKeyDetails.Builder publicKeyContent​(String publicKeyContent)
        The public key in OpenSSH format of the SSH key pair for the session.

        When you connect to the session, you must provide the private key of the same SSH key pair.

        Parameters:
        publicKeyContent - the value to set
        Returns:
        this builder