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
var eTag: String?

The entity tag is an MD5 hash of that version of the object.

Link copied to clipboard

Specifies whether the object is (true) or is not (false) the latest version of an object.

Link copied to clipboard
var key: String?

The object key.

Link copied to clipboard

Date and time when the object was last modified.

Link copied to clipboard
var owner: Owner?

Specifies the owner of the object.

Link copied to clipboard

Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. For more information about these storage classes and how to work with archived objects, see Working with archived objects in the Amazon S3 User Guide.

Link copied to clipboard
var size: Long?

Size in bytes of the object.

Link copied to clipboard

The class of storage used to store the object.

Link copied to clipboard

Version ID of an object.

Functions

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

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

Link copied to clipboard