Class MultipartUpload
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MultipartUpload.Builder,
MultipartUpload>
Container for the MultipartUpload
for the Amazon S3 object.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MultipartUpload.Builder
builder()
final ChecksumAlgorithm
The algorithm that was used to create a checksum of the object.final String
The algorithm that was used to create a checksum of the object.final ChecksumType
The checksum type that is used to calculate the object’s checksum value.final String
The checksum type that is used to calculate the object’s checksum value.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Instant
Date and time at which the multipart upload was initiated.final Initiator
Identifies who initiated the multipart upload.final String
key()
Key of the object for which the multipart upload was initiated.final Owner
owner()
Specifies the owner of the object that is part of the multipart upload.static Class
<? extends MultipartUpload.Builder> final StorageClass
The class of storage used to store the object.final String
The class of storage used to store the object.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
uploadId()
Upload ID that identifies the multipart upload.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
uploadId
Upload ID that identifies the multipart upload.
- Returns:
- Upload ID that identifies the multipart upload.
-
key
Key of the object for which the multipart upload was initiated.
- Returns:
- Key of the object for which the multipart upload was initiated.
-
initiated
Date and time at which the multipart upload was initiated.
- Returns:
- Date and time at which the multipart upload was initiated.
-
storageClass
The class of storage used to store the object.
Directory buckets - Directory buckets only support
EXPRESS_ONEZONE
(the S3 Express One Zone storage class) in Availability Zones andONEZONE_IA
(the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.If the service returns an enum value that is not available in the current SDK version,
storageClass
will returnStorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstorageClassAsString()
.- Returns:
- The class of storage used to store the object.
Directory buckets - Directory buckets only support
EXPRESS_ONEZONE
(the S3 Express One Zone storage class) in Availability Zones andONEZONE_IA
(the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones. - See Also:
-
storageClassAsString
The class of storage used to store the object.
Directory buckets - Directory buckets only support
EXPRESS_ONEZONE
(the S3 Express One Zone storage class) in Availability Zones andONEZONE_IA
(the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.If the service returns an enum value that is not available in the current SDK version,
storageClass
will returnStorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstorageClassAsString()
.- Returns:
- The class of storage used to store the object.
Directory buckets - Directory buckets only support
EXPRESS_ONEZONE
(the S3 Express One Zone storage class) in Availability Zones andONEZONE_IA
(the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones. - See Also:
-
owner
Specifies the owner of the object that is part of the multipart upload.
Directory buckets - The bucket owner is returned as the object owner for all the objects.
- Returns:
- Specifies the owner of the object that is part of the multipart upload.
Directory buckets - The bucket owner is returned as the object owner for all the objects.
-
initiator
Identifies who initiated the multipart upload.
- Returns:
- Identifies who initiated the multipart upload.
-
checksumAlgorithm
The algorithm that was used to create a checksum of the object.
If the service returns an enum value that is not available in the current SDK version,
checksumAlgorithm
will returnChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromchecksumAlgorithmAsString()
.- Returns:
- The algorithm that was used to create a checksum of the object.
- See Also:
-
checksumAlgorithmAsString
The algorithm that was used to create a checksum of the object.
If the service returns an enum value that is not available in the current SDK version,
checksumAlgorithm
will returnChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromchecksumAlgorithmAsString()
.- Returns:
- The algorithm that was used to create a checksum of the object.
- See Also:
-
checksumType
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.
If the service returns an enum value that is not available in the current SDK version,
checksumType
will returnChecksumType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromchecksumTypeAsString()
.- Returns:
- 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.
- See Also:
-
checksumTypeAsString
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.
If the service returns an enum value that is not available in the current SDK version,
checksumType
will returnChecksumType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromchecksumTypeAsString()
.- Returns:
- 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.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<MultipartUpload.Builder,
MultipartUpload> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-