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) |
GetDocumentVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDocumentVersionRequest.Builder |
versionId(String versionId)
The version ID of the document.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDocumentVersionRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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)
overrideConfiguration in interface AwsRequest.BuilderGetDocumentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.