public static interface GetDocumentVersionRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<GetDocumentVersionRequest.Builder,GetDocumentVersionRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDocumentVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDocumentVersionRequest.Builder |
versionId(String versionId)
The version ID of the document.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDocumentVersionRequest.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.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.GetDocumentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDocumentVersionRequest.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.