Interface GetCommentReactionsResponse.Builder

    • Method Detail

      • reactionsForComment

        GetCommentReactionsResponse.Builder reactionsForComment​(Collection<ReactionForComment> reactionsForComment)

        An array of reactions to the specified comment.

        Parameters:
        reactionsForComment - An array of reactions to the specified comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionsForComment

        GetCommentReactionsResponse.Builder reactionsForComment​(ReactionForComment... reactionsForComment)

        An array of reactions to the specified comment.

        Parameters:
        reactionsForComment - An array of reactions to the specified comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCommentReactionsResponse.Builder nextToken​(String nextToken)

        An enumeration token that can be used in a request to return the next batch of the results.

        Parameters:
        nextToken - An enumeration token that can be used in a request to return the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.