public static interface DeleteObjectResponse.Builder extends S3Response.Builder, CopyableBuilder<DeleteObjectResponse.Builder,DeleteObjectResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectResponse.Builder |
deleteMarker(Boolean deleteMarker)
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete
marker.
|
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteObjectResponse.Builder deleteMarker(Boolean deleteMarker)
deleteMarker - Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a
delete marker.DeleteObjectResponse.Builder versionId(String versionId)
versionId - Returns the version ID of the delete marker created as a result of the DELETE operation.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.