CopyableBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
, SdkBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
public static interface GetDocumentVersionRequest.Builder extends CopyableBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
Modifier and Type | Method | Description |
---|---|---|
GetDocumentVersionRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
GetDocumentVersionRequest.Builder |
documentId(String documentId) |
The ID of the document.
|
GetDocumentVersionRequest.Builder |
fields(String fields) |
A comma-separated list of values.
|
GetDocumentVersionRequest.Builder |
includeCustomMetadata(Boolean includeCustomMetadata) |
Set this to TRUE to include custom metadata in the response.
|
GetDocumentVersionRequest.Builder |
versionId(String versionId) |
The version ID of the document.
|
copy
apply, build
GetDocumentVersionRequest.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.GetDocumentVersionRequest.Builder documentId(String documentId)
The ID of the document.
documentId
- The ID of the document.GetDocumentVersionRequest.Builder versionId(String versionId)
The version ID of the document.
versionId
- The version ID of the document.GetDocumentVersionRequest.Builder fields(String fields)
A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.
fields
- A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.GetDocumentVersionRequest.Builder includeCustomMetadata(Boolean includeCustomMetadata)
Set this to TRUE to include custom metadata in the response.
includeCustomMetadata
- Set this to TRUE to include custom metadata in the response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.