Uses of Interface
software.amazon.awssdk.services.s3.model.CopyObjectResult.Builder
Packages that use CopyObjectResult.Builder
-
Uses of CopyObjectResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CopyObjectResult.BuilderModifier and TypeMethodDescriptionstatic CopyObjectResult.BuilderCopyObjectResult.builder()CopyObjectResult.Builder.checksumCRC32(String checksumCRC32) The Base64 encoded, 32-bitCRC32checksum of the object.CopyObjectResult.Builder.checksumCRC32C(String checksumCRC32C) The Base64 encoded, 32-bitCRC32Cchecksum of the object.CopyObjectResult.Builder.checksumCRC64NVME(String checksumCRC64NVME) The Base64 encoded, 64-bitCRC64NVMEchecksum of the object.CopyObjectResult.Builder.checksumMD5(String checksumMD5) The Base64 encoded, 128-bitMD5digest of the object.CopyObjectResult.Builder.checksumSHA1(String checksumSHA1) The Base64 encoded, 160-bitSHA1digest of the object.CopyObjectResult.Builder.checksumSHA256(String checksumSHA256) The Base64 encoded, 256-bitSHA256digest of the object.CopyObjectResult.Builder.checksumSHA512(String checksumSHA512) The Base64 encoded, 512-bitSHA512digest of the object.CopyObjectResult.Builder.checksumType(String checksumType) The checksum type that is used to calculate the object’s checksum value.CopyObjectResult.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.CopyObjectResult.Builder.checksumXXHASH128(String checksumXXHASH128) The Base64 encoded, 128-bitXXHASH128checksum of the object.CopyObjectResult.Builder.checksumXXHASH3(String checksumXXHASH3) The Base64 encoded, 64-bitXXHASH3checksum of the object.CopyObjectResult.Builder.checksumXXHASH64(String checksumXXHASH64) The Base64 encoded, 64-bitXXHASH64checksum of the object.Returns the ETag of the new object.CopyObjectResult.Builder.lastModified(Instant lastModified) Creation date of the object.CopyObjectResult.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CopyObjectResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyObjectResult.Builder>CopyObjectResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CopyObjectResult.BuilderModifier and TypeMethodDescriptiondefault CopyObjectResponse.BuilderCopyObjectResponse.Builder.copyObjectResult(Consumer<CopyObjectResult.Builder> copyObjectResult) Container for all response elements.