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 |
marker(String marker)
The marker for the next set of results.
|
buildcopyapply, 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 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.