public static interface InitiateDocumentVersionUploadRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
buildrequestOverrideConfigcopyapply, buildInitiateDocumentVersionUploadRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field 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(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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.InitiateDocumentVersionUploadRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.