Struct aws_sdk_workdocs::model::folder_metadata::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FolderMetadata
Implementations
The ID of the creator.
The ID of the creator.
The ID of the parent folder.
The ID of the parent folder.
The time when the folder was created.
The time when the folder was created.
The time when the folder was updated.
The time when the folder was updated.
The resource state of the folder.
The resource state of the folder.
The unique identifier created from the subfolders and documents of the folder.
The unique identifier created from the subfolders and documents of the folder.
Appends an item to labels
.
To override the contents of this collection use set_labels
.
List of labels on the folder.
List of labels on the folder.
The size of the latest version of the folder metadata.
The size of the latest version of the folder metadata.
Consumes the builder and constructs a FolderMetadata
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