| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyObjectResult.Builder |
CopyObjectResult.builder() |
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumCRC32(String checksumCRC32)
The Base64 encoded, 32-bit
CRC32 checksum of the object. |
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumCRC32C(String checksumCRC32C)
The Base64 encoded, 32-bit
CRC32C checksum of the object. |
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumCRC64NVME(String checksumCRC64NVME)
The Base64 encoded, 64-bit
CRC64NVME checksum of the object. |
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumSHA1(String checksumSHA1)
The Base64 encoded, 160-bit
SHA1 digest of the object. |
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumSHA256(String checksumSHA256)
The Base64 encoded, 256-bit
SHA256 digest of the object. |
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumType(ChecksumType checksumType)
The checksum type that is used to calculate the object’s checksum value.
|
CopyObjectResult.Builder |
CopyObjectResult.Builder.checksumType(String checksumType)
The checksum type that is used to calculate the object’s checksum value.
|
CopyObjectResult.Builder |
CopyObjectResult.Builder.eTag(String eTag)
Returns the ETag of the new object.
|
CopyObjectResult.Builder |
CopyObjectResult.Builder.lastModified(Instant lastModified)
Creation date of the object.
|
CopyObjectResult.Builder |
CopyObjectResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyObjectResult.Builder> |
CopyObjectResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CopyObjectResponse.Builder |
CopyObjectResponse.Builder.copyObjectResult(Consumer<CopyObjectResult.Builder> copyObjectResult)
Container for all response elements.
|
Copyright © 2026. All rights reserved.