| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static Part.Builder |
Part.builder() |
Part.Builder |
Part.Builder.checksumCRC32(String checksumCRC32)
The Base64 encoded, 32-bit
CRC32 checksum of the part. |
Part.Builder |
Part.Builder.checksumCRC32C(String checksumCRC32C)
The Base64 encoded, 32-bit
CRC32C checksum of the part. |
Part.Builder |
Part.Builder.checksumCRC64NVME(String checksumCRC64NVME)
The Base64 encoded, 64-bit
CRC64NVME checksum of the part. |
Part.Builder |
Part.Builder.checksumSHA1(String checksumSHA1)
The Base64 encoded, 160-bit
SHA1 checksum of the part. |
Part.Builder |
Part.Builder.checksumSHA256(String checksumSHA256)
The Base64 encoded, 256-bit
SHA256 checksum of the part. |
Part.Builder |
Part.Builder.eTag(String eTag)
Entity tag returned when the part was uploaded.
|
Part.Builder |
Part.Builder.lastModified(Instant lastModified)
Date and time at which the part was uploaded.
|
Part.Builder |
Part.Builder.partNumber(Integer partNumber)
Part number identifying the part.
|
Part.Builder |
Part.Builder.size(Long size)
Size in bytes of the uploaded part data.
|
Part.Builder |
Part.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Part.Builder> |
Part.serializableBuilderClass() |
Copyright © 2026. All rights reserved.