Struct aws_sdk_s3::model::multipart_upload::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MultipartUpload
Implementations
Upload ID that identifies the multipart upload.
Upload ID that identifies the multipart upload.
Key of the object for which the multipart upload was initiated.
Key of the object for which the multipart upload was initiated.
Date and time at which the multipart upload was initiated.
Date and time at which the multipart upload was initiated.
The class of storage used to store the object.
The class of storage used to store the object.
Specifies the owner of the object that is part of the multipart upload.
Specifies the owner of the object that is part of the multipart upload.
Identifies who initiated the multipart upload.
Consumes the builder and constructs a MultipartUpload
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