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

A builder to create a CopyFilePart request.

Implementations

Set the source file to copy from and its encryption settings.

Set the source file to copy from.

Set the large file to copy data to and its encryption settings.

Set the large file to copy data to.

Set the number of this part.

Part numbers increment from 1 to 10,000 inclusive.

Set the range of bytes from the source file to copy.

If no range is specified, the entire file is copied.

Set the encryption settings of the source file.

This must match the settings with which the file was encrypted.

Set the encryption settings of the destination file.

This must match the settings passed to start_large_file.

Create a CopyFilePart request object.

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

Performs the conversion.

Performs the conversion.

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.