public static interface DescribeCommentsResponse.Builder extends WorkDocsResponse.Builder, CopyableBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCommentsResponse.Builder |
comments(Collection<Comment> comments)
The list of comments for the specified document version.
|
DescribeCommentsResponse.Builder |
comments(Comment... comments)
The list of comments for the specified document version.
|
DescribeCommentsResponse.Builder |
comments(Consumer<Comment.Builder>... comments)
The list of comments for the specified document version.
|
DescribeCommentsResponse.Builder |
marker(String marker)
The marker for the next set of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeCommentsResponse.Builder comments(Collection<Comment> comments)
The list of comments for the specified document version.
comments - The list of comments for the specified document version.DescribeCommentsResponse.Builder comments(Comment... comments)
The list of comments for the specified document version.
comments - The list of comments for the specified document version.DescribeCommentsResponse.Builder comments(Consumer<Comment.Builder>... comments)
The list of comments for the specified document version.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #comments(List) .comments - a consumer that will call methods on List.Builder #comments(List) DescribeCommentsResponse.Builder marker(String marker)
The marker for the next set of results. This marker was received from a previous call.
marker - The marker for the next set of results. This marker was received from a previous call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.