Interface DescribeCommentsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>, SdkBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>, SdkPojo, SdkResponse.Builder, WorkDocsResponse.Builder
Enclosing class:
DescribeCommentsResponse

public static interface DescribeCommentsResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>
  • Method Details

    • 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

      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

      The list of comments for the specified document version.

      This is a convenience method that creates an instance of the Comment.Builder avoiding the need to create one manually via Comment.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to comments(List<Comment>).

      Parameters:
      comments - a consumer that will call methods on Comment.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.