public static interface DocumentVersionMetadata.Builder extends CopyableBuilder<DocumentVersionMetadata.Builder,DocumentVersionMetadata>
| Modifier and Type | Method and Description |
|---|---|
DocumentVersionMetadata.Builder |
contentCreatedTimestamp(Instant contentCreatedTimestamp)
The timestamp when the content of the document was originally created.
|
DocumentVersionMetadata.Builder |
contentModifiedTimestamp(Instant contentModifiedTimestamp)
The timestamp when the content of the document was modified.
|
DocumentVersionMetadata.Builder |
contentType(String contentType)
The content type of the document.
|
DocumentVersionMetadata.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp when the document was first uploaded.
|
DocumentVersionMetadata.Builder |
creatorId(String creatorId)
The ID of the creator.
|
DocumentVersionMetadata.Builder |
id(String id)
The ID of the version.
|
DocumentVersionMetadata.Builder |
modifiedTimestamp(Instant modifiedTimestamp)
The timestamp when the document was last uploaded.
|
DocumentVersionMetadata.Builder |
name(String name)
The name of the version.
|
DocumentVersionMetadata.Builder |
signature(String signature)
The signature of the document.
|
DocumentVersionMetadata.Builder |
size(Long size)
The size of the document, in bytes.
|
DocumentVersionMetadata.Builder |
source(Map<String,String> source)
The source of the document.
|
DocumentVersionMetadata.Builder |
status(DocumentStatusType status)
The status of the document.
|
DocumentVersionMetadata.Builder |
status(String status)
The status of the document.
|
DocumentVersionMetadata.Builder |
thumbnail(Map<String,String> thumbnail)
The thumbnail of the document.
|
copyapply, buildDocumentVersionMetadata.Builder id(String id)
The ID of the version.
id - The ID of the version.DocumentVersionMetadata.Builder name(String name)
The name of the version.
name - The name of the version.DocumentVersionMetadata.Builder contentType(String contentType)
The content type of the document.
contentType - The content type of the document.DocumentVersionMetadata.Builder size(Long size)
The size of the document, in bytes.
size - The size of the document, in bytes.DocumentVersionMetadata.Builder signature(String signature)
The signature of the document.
signature - The signature of the document.DocumentVersionMetadata.Builder status(String status)
The status of the document.
status - The status of the document.DocumentStatusType,
DocumentStatusTypeDocumentVersionMetadata.Builder status(DocumentStatusType status)
The status of the document.
status - The status of the document.DocumentStatusType,
DocumentStatusTypeDocumentVersionMetadata.Builder createdTimestamp(Instant createdTimestamp)
The timestamp when the document was first uploaded.
createdTimestamp - The timestamp when the document was first uploaded.DocumentVersionMetadata.Builder modifiedTimestamp(Instant modifiedTimestamp)
The timestamp when the document was last uploaded.
modifiedTimestamp - The timestamp when the document was last uploaded.DocumentVersionMetadata.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.DocumentVersionMetadata.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.DocumentVersionMetadata.Builder creatorId(String creatorId)
The ID of the creator.
creatorId - The ID of the creator.DocumentVersionMetadata.Builder thumbnail(Map<String,String> thumbnail)
The thumbnail of the document.
thumbnail - The thumbnail of the document.DocumentVersionMetadata.Builder source(Map<String,String> source)
The source of the document.
source - The source of the document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.