Interface ListHostKeysResponse.Builder

    • Method Detail

      • nextToken

        ListHostKeysResponse.Builder nextToken​(String nextToken)

        Returns a token that you can use to call ListHostKeys again and receive additional results, if there are any.

        Parameters:
        nextToken - Returns a token that you can use to call ListHostKeys again and receive additional results, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverId

        ListHostKeysResponse.Builder serverId​(String serverId)

        Returns the server identifier that contains the listed host keys.

        Parameters:
        serverId - Returns the server identifier that contains the listed host keys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostKeys

        ListHostKeysResponse.Builder hostKeys​(Collection<ListedHostKey> hostKeys)

        Returns an array, where each item contains the details of a host key.

        Parameters:
        hostKeys - Returns an array, where each item contains the details of a host key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostKeys

        ListHostKeysResponse.Builder hostKeys​(ListedHostKey... hostKeys)

        Returns an array, where each item contains the details of a host key.

        Parameters:
        hostKeys - Returns an array, where each item contains the details of a host key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.