public static class RenameObjectResponse.Builder extends Object implements BmcResponse.Builder<RenameObjectResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RenameObjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
RenameObjectResponse |
build()
Build the response object.
|
RenameObjectResponse.Builder |
copy(RenameObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
RenameObjectResponse.Builder |
eTag(String eTag)
The entity tag (ETag) for the object.
|
RenameObjectResponse.Builder |
headers(Map<String,List<String>> headers) |
RenameObjectResponse.Builder |
lastModified(Date lastModified)
The time the object was modified, as described in RFC
2616.
|
RenameObjectResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
RenameObjectResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
RenameObjectResponse.Builder |
versionId(String versionId)
VersionId of the renamed object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public RenameObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<RenameObjectResponse>
public RenameObjectResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<RenameObjectResponse>
public RenameObjectResponse.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 RenameObjectResponse.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 RenameObjectResponse.Builder eTag(String eTag)
The entity tag (ETag) for the object.
eTag
- the value to setpublic RenameObjectResponse.Builder lastModified(Date lastModified)
The time the object was modified, as described in RFC 2616.
lastModified
- the value to setpublic RenameObjectResponse.Builder versionId(String versionId)
VersionId of the renamed object
versionId
- the value to setpublic RenameObjectResponse.Builder copy(RenameObjectResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<RenameObjectResponse>
o
- other request from which to copy valuespublic RenameObjectResponse build()
Build the response object.
build
in interface BmcResponse.Builder<RenameObjectResponse>
Copyright © 2016–2024. All rights reserved.