| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
PutObjectResponse.Builder |
PutObjectResponse.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled)
Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption with Key Management
Service (KMS) keys (SSE-KMS).
|
static PutObjectResponse.Builder |
PutObjectResponse.builder() |
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumCRC32(String checksumCRC32)
The Base64 encoded, 32-bit
CRC32 checksum of the object. |
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumCRC32C(String checksumCRC32C)
The Base64 encoded, 32-bit
CRC32C checksum of the object. |
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumCRC64NVME(String checksumCRC64NVME)
The Base64 encoded, 64-bit
CRC64NVME checksum of the object. |
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumSHA1(String checksumSHA1)
The Base64 encoded, 160-bit
SHA1 digest of the object. |
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumSHA256(String checksumSHA256)
The Base64 encoded, 256-bit
SHA256 digest of the object. |
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumType(ChecksumType checksumType)
This header specifies the checksum type of the object, which determines how part-level checksums are combined
to create an object-level checksum for multipart objects.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumType(String checksumType)
This header specifies the checksum type of the object, which determines how part-level checksums are combined
to create an object-level checksum for multipart objects.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.eTag(String eTag)
Entity tag for the uploaded object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.expiration(String expiration)
If the expiration is configured for the object (see PutBucketLifecycleConfiguration) in the Amazon S3 User Guide, the response includes this header.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption)
The server-side encryption algorithm used when you store this object in Amazon S3.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.serverSideEncryption(String serverSideEncryption)
The server-side encryption algorithm used when you store this object in Amazon S3.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.size(Long size)
The size of the object in bytes.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm)
If server-side encryption with a customer-provided encryption key was requested, the response will include
this header to confirm the encryption algorithm that's used.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5)
If server-side encryption with a customer-provided encryption key was requested, the response will include
this header to provide the round-trip message integrity verification of the customer-provided encryption key.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.ssekmsEncryptionContext(String ssekmsEncryptionContext)
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.ssekmsKeyId(String ssekmsKeyId)
If present, indicates the ID of the KMS key that was used for object encryption.
|
PutObjectResponse.Builder |
PutObjectResponse.toBuilder() |
PutObjectResponse.Builder |
PutObjectResponse.Builder.versionId(String versionId)
Version ID of the object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutObjectResponse.Builder> |
PutObjectResponse.serializableBuilderClass() |
Copyright © 2026. All rights reserved.