CopyableBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
, SdkBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
public static interface DescribeCommentsRequest.Builder extends CopyableBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeCommentsRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
DescribeCommentsRequest.Builder |
documentId(String documentId) |
The ID of the document.
|
DescribeCommentsRequest.Builder |
limit(Integer limit) |
The maximum number of items to return.
|
DescribeCommentsRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
DescribeCommentsRequest.Builder |
versionId(String versionId) |
The ID of the document version.
|
copy
apply, build
DescribeCommentsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set when using administrative API
actions, as in accessing the API using AWS credentials.DescribeCommentsRequest.Builder documentId(String documentId)
The ID of the document.
documentId
- The ID of the document.DescribeCommentsRequest.Builder versionId(String versionId)
The ID of the document version.
versionId
- The ID of the document version.DescribeCommentsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- The maximum number of items to return.DescribeCommentsRequest.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.