Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectResponse.Builder
Packages that use PutObjectResponse.Builder
-
Uses of PutObjectResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectResponse.BuilderModifier and TypeMethodDescriptionPutObjectResponse.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.BuilderPutObjectResponse.builder()PutObjectResponse.Builder.checksumCRC32(String checksumCRC32) The Base64 encoded, 32-bitCRC32 checksumof the object.PutObjectResponse.Builder.checksumCRC32C(String checksumCRC32C) The Base64 encoded, 32-bitCRC32Cchecksum of the object.PutObjectResponse.Builder.checksumCRC64NVME(String checksumCRC64NVME) The Base64 encoded, 64-bitCRC64NVMEchecksum of the object.PutObjectResponse.Builder.checksumMD5(String checksumMD5) The Base64 encoded, 128-bitMD5digest of the object.PutObjectResponse.Builder.checksumSHA1(String checksumSHA1) The Base64 encoded, 160-bitSHA1digest of the object.PutObjectResponse.Builder.checksumSHA256(String checksumSHA256) The Base64 encoded, 256-bitSHA256digest of the object.PutObjectResponse.Builder.checksumSHA512(String checksumSHA512) The Base64 encoded, 512-bitSHA512digest of the object.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.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.checksumXXHASH128(String checksumXXHASH128) The Base64 encoded, 128-bitXXHASH128checksum of the object.PutObjectResponse.Builder.checksumXXHASH3(String checksumXXHASH3) The Base64 encoded, 64-bitXXHASH3checksum of the object.PutObjectResponse.Builder.checksumXXHASH64(String checksumXXHASH64) The Base64 encoded, 64-bitXXHASH64checksum of the object.Entity tag for the uploaded object.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.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.PutObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.PutObjectResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.PutObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.The size of the object in bytes.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.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.ssekmsEncryptionContext(String ssekmsEncryptionContext) If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.PutObjectResponse.Builder.ssekmsKeyId(String ssekmsKeyId) If present, indicates the ID of the KMS key that was used for object encryption.PutObjectResponse.toBuilder()Version ID of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectResponse.Builder>PutObjectResponse.serializableBuilderClass()