Builder

class Builder

Properties

Link copied to clipboard

The algorithm that was used to create a checksum of the object.

Link copied to clipboard

The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.

Link copied to clipboard

Date and time at which the multipart upload was initiated.

Link copied to clipboard

Identifies who initiated the multipart upload.

Link copied to clipboard
var key: String?

Key of the object for which the multipart upload was initiated.

Link copied to clipboard
var owner: Owner?

Specifies the owner of the object that is part of the multipart upload.

Link copied to clipboard

The class of storage used to store the object.

Link copied to clipboard

Upload ID that identifies the multipart upload.

Functions

Link copied to clipboard
Link copied to clipboard
fun owner(block: Owner.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.s3.model.Owner inside the given block