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