Interface DescribeCommentsResponse.Builder

    • Method Detail

      • comments

        DescribeCommentsResponse.Builder comments​(Collection<Comment> comments)

        The list of comments for the specified document version.

        Parameters:
        comments - The list of comments for the specified document version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comments

        DescribeCommentsResponse.Builder comments​(Comment... comments)

        The list of comments for the specified document version.

        Parameters:
        comments - The list of comments for the specified document version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeCommentsResponse.Builder marker​(String marker)

        The marker for the next set of results. This marker was received from a previous call.

        Parameters:
        marker - The marker for the next set of results. This marker was received from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.