public static interface InitiateDocumentVersionUploadRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
build
overrideConfiguration
copy
applyMutation, build
InitiateDocumentVersionUploadRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.InitiateDocumentVersionUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.