Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectAnnotationResponse.Builder
Packages that use GetObjectAnnotationResponse.Builder
-
Uses of GetObjectAnnotationResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectAnnotationResponse.BuilderModifier and TypeMethodDescriptionGetObjectAnnotationResponse.builder()GetObjectAnnotationResponse.Builder.checksumCRC32(String checksumCRC32) The CRC32 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumCRC32C(String checksumCRC32C) The CRC32C checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumCRC64NVME(String checksumCRC64NVME) The CRC64NVME checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumMD5(String checksumMD5) The MD5 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumSHA1(String checksumSHA1) The SHA1 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumSHA256(String checksumSHA256) The SHA256 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumSHA512(String checksumSHA512) The SHA512 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumType(String checksumType) The type of checksum used.GetObjectAnnotationResponse.Builder.checksumType(ChecksumType checksumType) The type of checksum used.GetObjectAnnotationResponse.Builder.checksumXXHASH128(String checksumXXHASH128) The XXHASH128 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumXXHASH3(String checksumXXHASH3) The XXHASH3 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.checksumXXHASH64(String checksumXXHASH64) The XXHASH64 checksum of the annotation payload.GetObjectAnnotationResponse.Builder.contentLength(Long contentLength) The size of the annotation payload, in bytes.The entity tag of the annotation.GetObjectAnnotationResponse.Builder.lastModified(Instant lastModified) The date and time the annotation was last modified.GetObjectAnnotationResponse.Builder.objectVersionId(String objectVersionId) The version ID of the object that the annotation is attached to.GetObjectAnnotationResponse.Builder.replicationStatus(String replicationStatus) The replication status of the annotation.GetObjectAnnotationResponse.Builder.replicationStatus(ReplicationStatus replicationStatus) The replication status of the annotation.GetObjectAnnotationResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.GetObjectAnnotationResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetObjectAnnotationResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used.GetObjectAnnotationResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used.GetObjectAnnotationResponse.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetObjectAnnotationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetObjectAnnotationResponse.Builder>GetObjectAnnotationResponse.serializableBuilderClass()