public static interface DescribeDocumentVersionsRequest.Builder extends WorkDocsRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDocumentVersionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDocumentVersionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.