Class MultipartUpload (2.62.0)

public final class MultipartUpload

Represents a multipart upload that is in progress.

Inheritance

Object > MultipartUpload

Static Methods

newBuilder()

public static MultipartUpload.Builder newBuilder()

Returns a new builder for this multipart upload.

Returns
Type Description
MultipartUpload.Builder

A new builder.

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

initiated()

public OffsetDateTime initiated()

The date and time at which the multipart upload was initiated.

Returns
Type Description
OffsetDateTime

The initiation date and time.

key()

public String key()

The object name for which the multipart upload was initiated.

Returns
Type Description
String

The object name.

storageClass()

public StorageClass storageClass()

The storage class of the object.

Returns
Type Description
StorageClass

The storage class.

toString()

public String toString()
Returns
Type Description
String
Overrides

uploadId()

public String uploadId()

The ID of the multipart upload.

Returns
Type Description
String

The upload ID.