public static class DeleteObjectResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DeleteObjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DeleteObjectResponse |
build() |
DeleteObjectResponse.Builder |
copy(DeleteObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
DeleteObjectResponse.Builder |
isDeleteMarker(Boolean isDeleteMarker)
This is
true if the deleted object is a delete marker, otherwise false |
DeleteObjectResponse.Builder |
lastModified(Date lastModified)
The time the object was deleted, as described in RFC 2616.
|
DeleteObjectResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
|
DeleteObjectResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
DeleteObjectResponse.Builder |
versionId(String versionId)
The
versionId of the delete marker created as a result of the DELETE Object. |
public DeleteObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public DeleteObjectResponse.Builder copy(DeleteObjectResponse o)
Copy method to populate the builder with values from the given instance.
public DeleteObjectResponse build()
public DeleteObjectResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
this
.public DeleteObjectResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide this request ID.
this
.public DeleteObjectResponse.Builder lastModified(Date lastModified)
The time the object was deleted, as described in RFC 2616.
this
.public DeleteObjectResponse.Builder versionId(String versionId)
The versionId
of the delete marker created as a result of the DELETE Object.
If the request contains a specific versionId
, then this response header will be the same as the requested versionId
of the object that was deleted.
this
.public DeleteObjectResponse.Builder isDeleteMarker(Boolean isDeleteMarker)
This is true
if the deleted object is a delete marker, otherwise false
this
.Copyright © 2016–2022. All rights reserved.