Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectIdentifier.Builder
-
Packages that use ObjectIdentifier.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectIdentifier.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectIdentifier.Builder Modifier and Type Method Description static ObjectIdentifier.BuilderObjectIdentifier. builder()ObjectIdentifier.BuilderObjectIdentifier.Builder. eTag(String eTag)An entity tag (ETag) is an identifier assigned by a web server to a specific version of a resource found at a URL.ObjectIdentifier.BuilderObjectIdentifier.Builder. key(String key)Key name of the object.ObjectIdentifier.BuilderObjectIdentifier.Builder. lastModifiedTime(Instant lastModifiedTime)If present, the objects are deleted only if its modification times matches the providedTimestamp.ObjectIdentifier.BuilderObjectIdentifier.Builder. size(Long size)If present, the objects are deleted only if its size matches the provided size in bytes.ObjectIdentifier.BuilderObjectIdentifier. toBuilder()ObjectIdentifier.BuilderObjectIdentifier.Builder. versionId(String versionId)Version ID for the specific version of the object to delete.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectIdentifier.Builder Modifier and Type Method Description static Class<? extends ObjectIdentifier.Builder>ObjectIdentifier. serializableBuilderClass()
-