public static interface DescribeDocumentVersionsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
| Modifier and Type | Method and Description | 
|---|---|
DescribeDocumentVersionsRequest.Builder | 
authenticationToken(String authenticationToken)
 Amazon WorkDocs authentication token. 
 | 
DescribeDocumentVersionsRequest.Builder | 
documentId(String documentId)
 The ID of the document. 
 | 
DescribeDocumentVersionsRequest.Builder | 
fields(String fields)
 Specify "SOURCE" to include initialized versions and a URL for the source document. 
 | 
DescribeDocumentVersionsRequest.Builder | 
include(String include)
 A comma-separated list of values. 
 | 
DescribeDocumentVersionsRequest.Builder | 
limit(Integer limit)
 The maximum number of versions to return with this call. 
 | 
DescribeDocumentVersionsRequest.Builder | 
marker(String marker)
 The marker for the next set of results. 
 | 
DescribeDocumentVersionsRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
DescribeDocumentVersionsRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildDescribeDocumentVersionsRequest.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.DescribeDocumentVersionsRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.DescribeDocumentVersionsRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeDocumentVersionsRequest.Builder limit(Integer limit)
The maximum number of versions to return with this call.
limit - The maximum number of versions to return with this call.DescribeDocumentVersionsRequest.Builder include(String include)
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
include - A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.DescribeDocumentVersionsRequest.Builder fields(String fields)
Specify "SOURCE" to include initialized versions and a URL for the source document.
fields - Specify "SOURCE" to include initialized versions and a URL for the source document.DescribeDocumentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeDocumentVersionsRequest.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.