public static interface GetDocumentRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDocumentRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
GetDocumentRequest.Builder |
documentId(String documentId)
The ID of the document.
|
GetDocumentRequest.Builder |
includeCustomMetadata(Boolean includeCustomMetadata)
Set this to
TRUE to include custom metadata in the response. |
GetDocumentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDocumentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetDocumentRequest.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.GetDocumentRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.GetDocumentRequest.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.GetDocumentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDocumentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.