CopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
, SdkBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
public static interface GetDocumentRequest.Builder extends CopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
Modifier and Type | Method | 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. |
copy
apply, build
GetDocumentRequest.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.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.