public static interface DescribeCommentsResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theComment.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.
comments - a consumer that will call methods on
Comment.Builder#comments(java.util.Collection) 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 © 2023. All rights reserved.