Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectResponse.Builder
Packages that use GetObjectResponse.Builder
-
Uses of GetObjectResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectResponse.BuilderModifier and TypeMethodDescriptionGetObjectResponse.Builder.acceptRanges(String acceptRanges) Indicates that a range of bytes was specified in the request.GetObjectResponse.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 GetObjectResponse.BuilderGetObjectResponse.builder()GetObjectResponse.Builder.cacheControl(String cacheControl) Specifies caching behavior along the request/reply chain.GetObjectResponse.Builder.checksumCRC32(String checksumCRC32) The Base64 encoded, 32-bitCRC32checksum of the object.GetObjectResponse.Builder.checksumCRC32C(String checksumCRC32C) The Base64 encoded, 32-bitCRC32Cchecksum of the object.GetObjectResponse.Builder.checksumCRC64NVME(String checksumCRC64NVME) The Base64 encoded, 64-bitCRC64NVMEchecksum of the object.GetObjectResponse.Builder.checksumMD5(String checksumMD5) The Base64 encoded, 128-bitMD5digest of the object.GetObjectResponse.Builder.checksumSHA1(String checksumSHA1) The Base64 encoded, 160-bitSHA1digest of the object.GetObjectResponse.Builder.checksumSHA256(String checksumSHA256) The Base64 encoded, 256-bitSHA256digest of the object.GetObjectResponse.Builder.checksumSHA512(String checksumSHA512) The Base64 encoded, 512-bitSHA512digest of the object.GetObjectResponse.Builder.checksumType(String checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.GetObjectResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.GetObjectResponse.Builder.checksumXXHASH128(String checksumXXHASH128) The Base64 encoded, 128-bitXXHASH128checksum of the object.GetObjectResponse.Builder.checksumXXHASH3(String checksumXXHASH3) The Base64 encoded, 64-bitXXHASH3checksum of the object.GetObjectResponse.Builder.checksumXXHASH64(String checksumXXHASH64) The Base64 encoded, 64-bitXXHASH64checksum of the object.GetObjectResponse.Builder.contentDisposition(String contentDisposition) Specifies presentational information for the object.GetObjectResponse.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.GetObjectResponse.Builder.contentLanguage(String contentLanguage) The language the content is in.GetObjectResponse.Builder.contentLength(Long contentLength) Size of the body in bytes.GetObjectResponse.Builder.contentRange(String contentRange) The portion of the object returned in the response.GetObjectResponse.Builder.contentType(String contentType) A standard MIME type describing the format of the object data.GetObjectResponse.Builder.deleteMarker(Boolean deleteMarker) Indicates 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.GetObjectResponse.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 ExpiresStringGetObjectResponse.Builder.expiresString(String expiresString) The date and time at which the object is no longer cacheableGetObjectResponse.Builder.lastModified(Instant lastModified) Date and time when the object was last modified.A map of metadata to store with the object in S3.GetObjectResponse.Builder.missingMeta(Integer missingMeta) This is set to the number of metadata entries not returned in the headers that are prefixed withx-amz-meta-.GetObjectResponse.Builder.objectLockLegalHoldStatus(String objectLockLegalHoldStatus) Indicates whether this object has an active legal hold.GetObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus) Indicates whether this object has an active legal hold.GetObjectResponse.Builder.objectLockMode(String objectLockMode) The Object Lock mode that's currently in place for this object.GetObjectResponse.Builder.objectLockMode(ObjectLockMode objectLockMode) The Object Lock mode that's currently in place for this object.GetObjectResponse.Builder.objectLockRetainUntilDate(Instant objectLockRetainUntilDate) The date and time when this object's Object Lock will expire.GetObjectResponse.Builder.partsCount(Integer partsCount) The count of parts this object has.GetObjectResponse.Builder.replicationStatus(String replicationStatus) Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.GetObjectResponse.Builder.replicationStatus(ReplicationStatus replicationStatus) Amazon S3 can return this if your request involves a bucket that is either a source or destination in a replication rule.GetObjectResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.GetObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.Provides information about object restoration action and expiration time of the restored object copy.GetObjectResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.GetObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.GetObjectResponse.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.GetObjectResponse.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.GetObjectResponse.Builder.ssekmsKeyId(String ssekmsKeyId) If present, indicates the ID of the KMS key that was used for object encryption.GetObjectResponse.Builder.storageClass(String storageClass) Provides storage class information of the object.GetObjectResponse.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.GetObjectResponse.toBuilder()Version ID of the object.GetObjectResponse.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 GetObjectResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetObjectResponse.Builder>GetObjectResponse.serializableBuilderClass()