| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier.Builder |
ObjectIdentifier.builder() |
ObjectIdentifier.Builder |
ObjectIdentifier.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.Builder |
ObjectIdentifier.Builder.key(String key)
Key name of the object.
|
ObjectIdentifier.Builder |
ObjectIdentifier.Builder.lastModifiedTime(Instant lastModifiedTime)
If present, the objects are deleted only if its modification times matches the provided
Timestamp. |
ObjectIdentifier.Builder |
ObjectIdentifier.Builder.size(Long size)
If present, the objects are deleted only if its size matches the provided size in bytes.
|
ObjectIdentifier.Builder |
ObjectIdentifier.toBuilder() |
ObjectIdentifier.Builder |
ObjectIdentifier.Builder.versionId(String versionId)
Version ID for the specific version of the object to delete.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectIdentifier.Builder> |
ObjectIdentifier.serializableBuilderClass() |
Copyright © 2026. All rights reserved.