Interface ReactionForComment.Builder

    • Method Detail

      • reaction

        ReactionForComment.Builder reaction​(ReactionValueFormats reaction)

        The reaction for a specified comment.

        Parameters:
        reaction - The reaction for a specified comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionUsers

        ReactionForComment.Builder reactionUsers​(Collection<String> reactionUsers)

        The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

        Parameters:
        reactionUsers - The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionUsers

        ReactionForComment.Builder reactionUsers​(String... reactionUsers)

        The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

        Parameters:
        reactionUsers - The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionsFromDeletedUsersCount

        ReactionForComment.Builder reactionsFromDeletedUsersCount​(Integer reactionsFromDeletedUsersCount)

        A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

        Parameters:
        reactionsFromDeletedUsersCount - A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.