Class ObjectPart
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ObjectPart.Builder,
ObjectPart>
A container for elements related to an individual part.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectPart.Builder
builder()
final String
The Base64 encoded, 32-bitCRC32
checksum of the part.final String
The Base64 encoded, 32-bitCRC32C
checksum of the part.final String
The Base64 encoded, 64-bitCRC64NVME
checksum of the part.final String
The Base64 encoded, 160-bitSHA1
checksum of the part.final String
The Base64 encoded, 256-bitSHA256
checksum of the part.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 Integer
The part number identifying the part.static Class
<? extends ObjectPart.Builder> final Long
size()
The size of the uploaded part in bytes.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.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
partNumber
The part number identifying the part. This value is a positive integer between 1 and 10,000.
- Returns:
- The part number identifying the part. This value is a positive integer between 1 and 10,000.
-
size
The size of the uploaded part in bytes.
- Returns:
- The size of the uploaded part in bytes.
-
checksumCRC32
The Base64 encoded, 32-bit
CRC32
checksum of the part. This checksum is present if the multipart upload request was created with theCRC32
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 32-bit
CRC32
checksum of the part. This checksum is present if the multipart upload request was created with theCRC32
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumCRC32C
The Base64 encoded, 32-bit
CRC32C
checksum of the part. This checksum is present if the multipart upload request was created with theCRC32C
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 32-bit
CRC32C
checksum of the part. This checksum is present if the multipart upload request was created with theCRC32C
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumCRC64NVME
The Base64 encoded, 64-bit
CRC64NVME
checksum of the part. This checksum is present if the multipart upload request was created with theCRC64NVME
checksum algorithm, or if the object was uploaded without a checksum (and Amazon S3 added the default checksum,CRC64NVME
, to the uploaded object). For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 64-bit
CRC64NVME
checksum of the part. This checksum is present if the multipart upload request was created with theCRC64NVME
checksum algorithm, or if the object was uploaded without a checksum (and Amazon S3 added the default checksum,CRC64NVME
, to the uploaded object). For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA1
The Base64 encoded, 160-bit
SHA1
checksum of the part. This checksum is present if the multipart upload request was created with theSHA1
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 160-bit
SHA1
checksum of the part. This checksum is present if the multipart upload request was created with theSHA1
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
checksumSHA256
The Base64 encoded, 256-bit
SHA256
checksum of the part. This checksum is present if the multipart upload request was created with theSHA256
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- The Base64 encoded, 256-bit
SHA256
checksum of the part. This checksum is present if the multipart upload request was created with theSHA256
checksum algorithm. For more information, see Checking object integrity in the Amazon S3 User Guide.
-
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<ObjectPart.Builder,
ObjectPart> - 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.
-