CopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
, SdkBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
public static interface DescribeDocumentVersionsRequest.Builder extends CopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeDocumentVersionsRequest.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.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.