CopyableBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>
, SdkBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>
public static interface DescribeCommentsResponse.Builder extends CopyableBuilder<DescribeCommentsResponse.Builder,DescribeCommentsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeCommentsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setComments(java.util.Collection)
or #withComments(java.util.Collection)
if you want to
override the existing values.
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.