Interface ImportSshPublicKeyResponse.Builder

    • Method Detail

      • serverId

        ImportSshPublicKeyResponse.Builder serverId​(String serverId)

        A system-assigned unique identifier for a server.

        Parameters:
        serverId - A system-assigned unique identifier for a server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sshPublicKeyId

        ImportSshPublicKeyResponse.Builder sshPublicKeyId​(String sshPublicKeyId)

        The name given to a public key by the system that was imported.

        Parameters:
        sshPublicKeyId - The name given to a public key by the system that was imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userName

        ImportSshPublicKeyResponse.Builder userName​(String userName)

        A user name assigned to the ServerID value that you specified.

        Parameters:
        userName - A user name assigned to the ServerID value that you specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.