@Mutable @NotThreadSafe public static interface DeleteObjectResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<DeleteObjectResponse.Builder,DeleteObjectResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectResponse.Builder |
deleteMarker(Boolean deleteMarker)
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a
delete marker before deletion.
|
DeleteObjectResponse.Builder |
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
DeleteObjectResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
DeleteObjectResponse.Builder |
versionId(String versionId)
Returns the version ID of the delete marker created as a result of the DELETE operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildDeleteObjectResponse.Builder deleteMarker(Boolean deleteMarker)
Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this header indicates whether (true) or not (false) the current version of the object is a delete marker. To learn more about delete markers, see Working with delete markers.
This functionality is not supported for directory buckets.
deleteMarker - Indicates whether the specified object version that was permanently deleted was (true) or was not
(false) a delete marker before deletion. In a simple DELETE, this header indicates whether (true) or
not (false) the current version of the object is a delete marker. To learn more about delete markers,
see Working with
delete markers. This functionality is not supported for directory buckets.
DeleteObjectResponse.Builder versionId(String versionId)
Returns the version ID of the delete marker created as a result of the DELETE operation.
This functionality is not supported for directory buckets.
versionId - Returns the version ID of the delete marker created as a result of the DELETE operation. This functionality is not supported for directory buckets.
DeleteObjectResponse.Builder requestCharged(String requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedDeleteObjectResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedCopyright © 2026. All rights reserved.