CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>, SdkBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>public static interface InitiateDocumentVersionUploadRequest.Builder extends CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
copyapply, buildInitiateDocumentVersionUploadRequest.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.InitiateDocumentVersionUploadRequest.Builder id(String id)
The ID of the document.
id - The ID of the document.InitiateDocumentVersionUploadRequest.Builder name(String name)
The name of the document.
name - The name of the document.InitiateDocumentVersionUploadRequest.Builder contentCreatedTimestamp(Date contentCreatedTimestamp)
The time stamp when the content of the document was originally created.
contentCreatedTimestamp - The time stamp when the content of the document was originally created.InitiateDocumentVersionUploadRequest.Builder contentModifiedTimestamp(Date contentModifiedTimestamp)
The time stamp when the content of the document was modified.
contentModifiedTimestamp - The time stamp when the content of the document was modified.InitiateDocumentVersionUploadRequest.Builder contentType(String contentType)
The content type of the document.
contentType - The content type of the document.InitiateDocumentVersionUploadRequest.Builder documentSizeInBytes(Long documentSizeInBytes)
The size of the document, in bytes.
documentSizeInBytes - The size of the document, in bytes.InitiateDocumentVersionUploadRequest.Builder parentFolderId(String parentFolderId)
The ID of the parent folder.
parentFolderId - The ID of the parent folder.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.