static GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.builder() |
|
default GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.checksum(Consumer<Checksum.Builder> checksum) |
The checksum or digest of the object.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.checksum(Checksum checksum) |
The checksum or digest of the object.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.deleteMarker(Boolean deleteMarker) |
Specifies whether the object retrieved was (true) or was not (false) a delete
marker.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.eTag(String eTag) |
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.lastModified(Instant lastModified) |
Date and time when the object was last modified.
|
default GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.objectParts(Consumer<GetObjectAttributesParts.Builder> objectParts) |
A collection of parts associated with a multipart upload.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.objectParts(GetObjectAttributesParts objectParts) |
A collection of parts associated with a multipart upload.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.objectSize(Long objectSize) |
The size of the object in bytes.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.requestCharged(String requestCharged) |
Sets the value of the RequestCharged property for this object.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.requestCharged(RequestCharged requestCharged) |
Sets the value of the RequestCharged property for this object.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.storageClass(String storageClass) |
Provides the storage class information of the object.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.storageClass(StorageClass storageClass) |
Provides the storage class information of the object.
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.toBuilder() |
|
GetObjectAttributesResponse.Builder |
GetObjectAttributesResponse.Builder.versionId(String versionId) |
The version ID of the object.
|