public static interface DescribeCommentsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeCommentsRequest.Builder,DescribeCommentsRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeCommentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeCommentsRequest.Builder |
versionId(String versionId)
The ID of the document version.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeCommentsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field 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.DescribeCommentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeCommentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.