CopyableBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
, SdkBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
public static interface UpdateDocumentVersionRequest.Builder extends CopyableBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateDocumentVersionRequest.Builder |
authenticationToken(String authenticationToken) |
Amazon WorkDocs authentication token.
|
UpdateDocumentVersionRequest.Builder |
documentId(String documentId) |
The ID of the document.
|
UpdateDocumentVersionRequest.Builder |
versionId(String versionId) |
The version ID of the document.
|
UpdateDocumentVersionRequest.Builder |
versionStatus(String versionStatus) |
The status of the version.
|
UpdateDocumentVersionRequest.Builder |
versionStatus(DocumentVersionStatus versionStatus) |
The status of the version.
|
copy
apply, build
UpdateDocumentVersionRequest.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.UpdateDocumentVersionRequest.Builder documentId(String documentId)
The ID of the document.
documentId
- The ID of the document.UpdateDocumentVersionRequest.Builder versionId(String versionId)
The version ID of the document.
versionId
- The version ID of the document.UpdateDocumentVersionRequest.Builder versionStatus(String versionStatus)
The status of the version.
versionStatus
- The status of the version.DocumentVersionStatus
UpdateDocumentVersionRequest.Builder versionStatus(DocumentVersionStatus versionStatus)
The status of the version.
versionStatus
- The status of the version.DocumentVersionStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.