Struct aws_sdk_workdocs::model::document_version_metadata::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DocumentVersionMetadata
Implementations
The content type of the document.
The content type of the document.
The signature of the document.
The status of the document.
The status of the document.
The timestamp when the document was first uploaded.
The timestamp when the document was first uploaded.
The timestamp when the document was last uploaded.
The timestamp when the document was last uploaded.
The timestamp when the content of the document was originally created.
The timestamp when the content of the document was originally created.
The timestamp when the content of the document was modified.
The timestamp when the content of the document was modified.
The ID of the creator.
The ID of the creator.
Adds a key-value pair to thumbnail
.
To override the contents of this collection use set_thumbnail
.
The thumbnail of the document.
The thumbnail of the document.
Adds a key-value pair to source
.
To override the contents of this collection use set_source
.
The source of the document.
The source of the document.
Consumes the builder and constructs a DocumentVersionMetadata
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more