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.checksumSHA1(String checksumSHA1) |
The base64-encoded, 160-bit SHA-1 digest of the object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.checksumSHA256(String checksumSHA256) |
The base64-encoded, 256-bit SHA-256 digest of the object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.eTag(String eTag) |
Entity tag for the uploaded object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.expiration(String expiration) |
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.requestCharged(String requestCharged) |
Sets the value of the RequestCharged property for this object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.requestCharged(RequestCharged requestCharged) |
Sets the value of the RequestCharged property for this object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.serverSideEncryption(String serverSideEncryption) |
The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
AES256 , aws:kms , aws:kms:dsse ).
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) |
The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
AES256 , aws:kms , aws:kms:dsse ).
|
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 x-amz-server-side-encryption has a valid value of aws:kms or
aws:kms:dsse , this header indicates the ID of the Key Management Service (KMS) symmetric
encryption customer managed key that was used for the object.
|
PutObjectResponse.Builder |
PutObjectResponse.toBuilder() |
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.versionId(String versionId) |
Version ID of the object.
|