Uses of Interface
software.amazon.awssdk.services.s3.model.HeadObjectResponse.Builder
Packages that use HeadObjectResponse.Builder
-
Uses of HeadObjectResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return HeadObjectResponse.BuilderModifier and TypeMethodDescriptionHeadObjectResponse.Builder.acceptRanges(String acceptRanges) Indicates that a range of bytes was specified.HeadObjectResponse.Builder.archiveStatus(String archiveStatus) The archive state of the head object.HeadObjectResponse.Builder.archiveStatus(ArchiveStatus archiveStatus) The archive state of the head object.HeadObjectResponse.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) Indicates whether the object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).static HeadObjectResponse.BuilderHeadObjectResponse.builder()HeadObjectResponse.Builder.cacheControl(String cacheControl) Specifies caching behavior along the request/reply chain.HeadObjectResponse.Builder.checksumCRC32(String checksumCRC32) The Base64 encoded, 32-bitCRC32 checksumof the object.HeadObjectResponse.Builder.checksumCRC32C(String checksumCRC32C) The Base64 encoded, 32-bitCRC32Cchecksum of the object.HeadObjectResponse.Builder.checksumCRC64NVME(String checksumCRC64NVME) The Base64 encoded, 64-bitCRC64NVMEchecksum of the object.HeadObjectResponse.Builder.checksumMD5(String checksumMD5) The Base64 encoded, 128-bitMD5digest of the object.HeadObjectResponse.Builder.checksumSHA1(String checksumSHA1) The Base64 encoded, 160-bitSHA1digest of the object.HeadObjectResponse.Builder.checksumSHA256(String checksumSHA256) The Base64 encoded, 256-bitSHA256digest of the object.HeadObjectResponse.Builder.checksumSHA512(String checksumSHA512) The Base64 encoded, 512-bitSHA512digest of the object.HeadObjectResponse.Builder.checksumType(String checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.HeadObjectResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.HeadObjectResponse.Builder.checksumXXHASH128(String checksumXXHASH128) The Base64 encoded, 128-bitXXHASH128checksum of the object.HeadObjectResponse.Builder.checksumXXHASH3(String checksumXXHASH3) The Base64 encoded, 64-bitXXHASH3checksum of the object.HeadObjectResponse.Builder.checksumXXHASH64(String checksumXXHASH64) The Base64 encoded, 64-bitXXHASH64checksum of the object.HeadObjectResponse.Builder.contentDisposition(String contentDisposition) Specifies presentational information for the object.HeadObjectResponse.Builder.contentEncoding(String contentEncoding) Indicates what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.HeadObjectResponse.Builder.contentLanguage(String contentLanguage) The language the content is in.HeadObjectResponse.Builder.contentLength(Long contentLength) Size of the body in bytes.HeadObjectResponse.Builder.contentRange(String contentRange) The portion of the object returned in the response for aGETrequest.HeadObjectResponse.Builder.contentType(String contentType) A standard MIME type describing the format of the object data.HeadObjectResponse.Builder.deleteMarker(Boolean deleteMarker) Specifies whether the object retrieved was (true) or was not (false) a Delete Marker.An entity tag (ETag) is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.HeadObjectResponse.Builder.expiration(String expiration) If the object expiration is configured (seePutBucketLifecycleConfiguration), the response includes this header.Deprecated.Usage of the Expires field is deprecated in favor of the more flexible and less error prone ExpiresStringHeadObjectResponse.Builder.expiresString(String expiresString) The date and time at which the object is no longer cacheableHeadObjectResponse.Builder.lastModified(Instant lastModified) Date and time when the object was last modified.A map of metadata to store with the object in S3.HeadObjectResponse.Builder.missingMeta(Integer missingMeta) This is set to the number of metadata entries not returned inx-amz-metaheaders.HeadObjectResponse.Builder.objectLockLegalHoldStatus(String objectLockLegalHoldStatus) Specifies whether a legal hold is in effect for this object.HeadObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Specifies whether a legal hold is in effect for this object.HeadObjectResponse.Builder.objectLockMode(String objectLockMode) The Object Lock mode, if any, that's in effect for this object.HeadObjectResponse.Builder.objectLockMode(ObjectLockMode objectLockMode) The Object Lock mode, if any, that's in effect for this object.HeadObjectResponse.Builder.objectLockRetainUntilDate(Instant objectLockRetainUntilDate) The date and time when the Object Lock retention period expires.HeadObjectResponse.Builder.partsCount(Integer partsCount) The count of parts this object has.HeadObjectResponse.Builder.replicationStatus(String replicationStatus) Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.HeadObjectResponse.Builder.replicationStatus(ReplicationStatus replicationStatus) Amazon S3 can return this header if your request involves a bucket that is either a source or a destination in a replication rule.HeadObjectResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.HeadObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.If the object is an archived object (an object whose storage class is GLACIER), the response includes this header if either the archive restoration is in progress (see RestoreObject or an archive copy is already restored.HeadObjectResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.HeadObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.HeadObjectResponse.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.HeadObjectResponse.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.HeadObjectResponse.Builder.ssekmsKeyId(String ssekmsKeyId) If present, indicates the ID of the KMS key that was used for object encryption.HeadObjectResponse.Builder.storageClass(String storageClass) Provides storage class information of the object.HeadObjectResponse.Builder.storageClass(StorageClass storageClass) Provides storage class information of the object.The number of tags, if any, on the object, when you have the relevant permission to read object tags.HeadObjectResponse.toBuilder()Version ID of the object.HeadObjectResponse.Builder.websiteRedirectLocation(String websiteRedirectLocation) If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type HeadObjectResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HeadObjectResponse.Builder>HeadObjectResponse.serializableBuilderClass()