Struct aws_sdk_workdocs::input::delete_custom_metadata_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeleteCustomMetadataInput
Implementations
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The ID of the resource, either a document or folder.
The ID of the resource, either a document or folder.
The ID of the version, if the custom metadata is being deleted from a document version.
The ID of the version, if the custom metadata is being deleted from a document version.
Appends an item to keys
.
To override the contents of this collection use set_keys
.
List of properties to remove.
Flag to indicate removal of all custom metadata properties from the specified resource.
Flag to indicate removal of all custom metadata properties from the specified resource.
Consumes the builder and constructs a DeleteCustomMetadataInput
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