public static class DeleteObjectResponse.Builder extends Object implements BmcResponse.Builder<DeleteObjectResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeleteObjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DeleteObjectResponse |
build()
Build the response object.
|
DeleteObjectResponse.Builder |
copy(DeleteObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
DeleteObjectResponse.Builder |
headers(Map<String,List<String>> headers) |
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.
|
DeleteObjectResponse.Builder |
versionId(String versionId)
The
versionId of the delete marker created as a result of the DELETE Object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public DeleteObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<DeleteObjectResponse>
public DeleteObjectResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<DeleteObjectResponse>
public DeleteObjectResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
opcClientRequestId
- the value to setpublic 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.
opcRequestId
- the value to setpublic DeleteObjectResponse.Builder lastModified(Date lastModified)
The time the object was deleted, as described in RFC 2616.
lastModified
- the value to setpublic 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.
versionId
- the value to setpublic DeleteObjectResponse.Builder isDeleteMarker(Boolean isDeleteMarker)
This is true
if the deleted object is a delete marker, otherwise false
isDeleteMarker
- the value to setpublic DeleteObjectResponse.Builder copy(DeleteObjectResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<DeleteObjectResponse>
o
- other request from which to copy valuespublic DeleteObjectResponse build()
Build the response object.
build
in interface BmcResponse.Builder<DeleteObjectResponse>
Copyright © 2016–2024. All rights reserved.