CopyableBuilder<DocumentVersionMetadata.Builder,DocumentVersionMetadata>
, SdkBuilder<DocumentVersionMetadata.Builder,DocumentVersionMetadata>
public static interface DocumentVersionMetadata.Builder extends CopyableBuilder<DocumentVersionMetadata.Builder,DocumentVersionMetadata>
Modifier and Type | Method | Description |
---|---|---|
DocumentVersionMetadata.Builder |
contentCreatedTimestamp(Date contentCreatedTimestamp) |
The time stamp when the content of the document was originally created.
|
DocumentVersionMetadata.Builder |
contentModifiedTimestamp(Date contentModifiedTimestamp) |
The time stamp when the content of the document was modified.
|
DocumentVersionMetadata.Builder |
contentType(String contentType) |
The content type of the document.
|
DocumentVersionMetadata.Builder |
createdTimestamp(Date createdTimestamp) |
The time stamp 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(Date modifiedTimestamp) |
The time stamp 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(String status) |
The status of the document.
|
DocumentVersionMetadata.Builder |
status(DocumentStatusType status) |
The status of the document.
|
DocumentVersionMetadata.Builder |
thumbnail(Map<String,String> thumbnail) |
The thumbnail of the document.
|
copy
apply, build
DocumentVersionMetadata.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
DocumentVersionMetadata.Builder status(DocumentStatusType status)
The status of the document.
status
- The status of the document.DocumentStatusType
DocumentVersionMetadata.Builder createdTimestamp(Date createdTimestamp)
The time stamp when the document was first uploaded.
createdTimestamp
- The time stamp when the document was first uploaded.DocumentVersionMetadata.Builder modifiedTimestamp(Date modifiedTimestamp)
The time stamp when the document was last uploaded.
modifiedTimestamp
- The time stamp when the document was last uploaded.DocumentVersionMetadata.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.DocumentVersionMetadata.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.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.