@Generated(value="software.amazon.awssdk:codegen") public final class MultipartUpload extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultipartUpload.Builder,MultipartUpload>
Container for the MultipartUpload for the Amazon S3 object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultipartUpload.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MultipartUpload.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
initiated()
Date and time at which the multipart upload was initiated.
|
Initiator |
initiator()
Identifies who initiated the multipart upload.
|
String |
key()
Key of the object for which the multipart upload was initiated.
|
Owner |
owner()
Specifies the owner of the object that is part of the multipart upload.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MultipartUpload.Builder> |
serializableBuilderClass() |
StorageClass |
storageClass()
The class of storage used to store the object.
|
String |
storageClassAsString()
The class of storage used to store the object.
|
MultipartUpload.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uploadId()
Upload ID that identifies the multipart upload.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String uploadId()
Upload ID that identifies the multipart upload.
public final String key()
Key of the object for which the multipart upload was initiated.
public final Instant initiated()
Date and time at which the multipart upload was initiated.
public final StorageClass storageClass()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass will
return StorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageClassAsString().
StorageClasspublic final String storageClassAsString()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass will
return StorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageClassAsString().
StorageClasspublic final Owner owner()
Specifies the owner of the object that is part of the multipart upload.
public final Initiator initiator()
Identifies who initiated the multipart upload.
public MultipartUpload.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MultipartUpload.Builder,MultipartUpload>public static MultipartUpload.Builder builder()
public static Class<? extends MultipartUpload.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.