public final class MultipartUploadRepresents a multipart upload that is in progress.
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 |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
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 |
|
uploadId()
public String uploadId()The ID of the multipart upload.
| Returns | |
|---|---|
| Type | Description |
String |
The upload ID. |