pub struct UploadFilePartBuilder<'a> { /* private fields */ }
Expand description

A builder for an UploadFilePart request.

Implementations

Set the number of this part.

Part numbers increment from 1 to 10,000 inclusive and will be clamped to that range if necessary.

The SHA1 checkum of this part of the file.

If not provided, the file part will not be immediately verified. The SHA1 checksums are required to finish the file upload, so they will be verified either when you upload the part or at the end of the process.

Set the encryption settings for the source file.

This must match the settings passed to start_large_file.

Create an UploadFilePart request to pass to upload_file_part.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.