public static interface InitiateDocumentVersionUploadRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildInitiateDocumentVersionUploadRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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(Instant contentCreatedTimestamp)
The timestamp when the content of the document was originally created.
contentCreatedTimestamp - The timestamp when the content of the document was originally created.InitiateDocumentVersionUploadRequest.Builder contentModifiedTimestamp(Instant contentModifiedTimestamp)
The timestamp when the content of the document was modified.
contentModifiedTimestamp - The timestamp 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.InitiateDocumentVersionUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderInitiateDocumentVersionUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.