Struct aws_sdk_s3::model::object_version::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ObjectVersion
Implementations
The entity tag is an MD5 hash of that version of the object.
The entity tag is an MD5 hash of that version of the object.
The class of storage used to store the object.
The class of storage used to store the object.
Version ID of an object.
Version ID of an object.
Specifies whether the object is (true) or is not (false) the latest version of an object.
Specifies whether the object is (true) or is not (false) the latest version of an object.
Date and time the object was last modified.
Date and time the object was last modified.
Consumes the builder and constructs a ObjectVersion
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