Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectAttributesResponse.Builder
Packages that use GetObjectAttributesResponse.Builder
-
Uses of GetObjectAttributesResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectAttributesResponse.BuilderModifier and TypeMethodDescriptionGetObjectAttributesResponse.builder()GetObjectAttributesResponse.Builder.checksum(Consumer<Checksum.Builder> checksum) The checksum or digest of the object.The checksum or digest of the object.GetObjectAttributesResponse.Builder.deleteMarker(Boolean deleteMarker) Specifies whether the object retrieved was (true) or was not (false) a delete marker.An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.GetObjectAttributesResponse.Builder.lastModified(Instant lastModified) Date and time when the object was last modified.GetObjectAttributesResponse.Builder.objectParts(Consumer<GetObjectAttributesParts.Builder> objectParts) A collection of parts associated with a multipart upload.GetObjectAttributesResponse.Builder.objectParts(GetObjectAttributesParts objectParts) A collection of parts associated with a multipart upload.GetObjectAttributesResponse.Builder.objectSize(Long objectSize) The size of the object in bytes.GetObjectAttributesResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.GetObjectAttributesResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.GetObjectAttributesResponse.Builder.storageClass(String storageClass) Provides the storage class information of the object.GetObjectAttributesResponse.Builder.storageClass(StorageClass storageClass) Provides the storage class information of the object.GetObjectAttributesResponse.toBuilder()The version ID of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetObjectAttributesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetObjectAttributesResponse.Builder>GetObjectAttributesResponse.serializableBuilderClass()