public static interface GetDocumentVersionRequest.Builder extends WorkDocsRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDocumentVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDocumentVersionRequest.Builder |
versionId(String versionId)
The version ID of the document.
|
build
requestOverrideConfig
copy
apply, build
GetDocumentVersionRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetDocumentVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.