Interface GetCommentReactionsRequest.Builder

    • Method Detail

      • commentId

        GetCommentReactionsRequest.Builder commentId​(String commentId)

        The ID of the comment for which you want to get reactions information.

        Parameters:
        commentId - The ID of the comment for which you want to get reactions information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionUserArn

        GetCommentReactionsRequest.Builder reactionUserArn​(String reactionUserArn)

        Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

        Parameters:
        reactionUserArn - Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCommentReactionsRequest.Builder nextToken​(String nextToken)

        An enumeration token that, when provided in a request, returns the next batch of the results.

        Parameters:
        nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetCommentReactionsRequest.Builder maxResults​(Integer maxResults)

        A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.

        Parameters:
        maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.