Interface ListPublicKeysResponse.Builder

    • Method Detail

      • publicKeys

        ListPublicKeysResponse.Builder publicKeys​(Collection<PublicKeySummary> publicKeys)

        List of the matching public keys (summary information only).

        Parameters:
        publicKeys - List of the matching public keys (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicKeys

        ListPublicKeysResponse.Builder publicKeys​(PublicKeySummary... publicKeys)

        List of the matching public keys (summary information only).

        Parameters:
        publicKeys - List of the matching public keys (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPublicKeysResponse.Builder nextToken​(String nextToken)

        If there are more public keys than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more public keys than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.