public static class RenameObjectResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
RenameObjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
RenameObjectResponse |
build() |
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 |
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.
|
String |
toString() |
RenameObjectResponse.Builder |
versionId(String versionId)
VersionId of the renamed object
|
public RenameObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public RenameObjectResponse.Builder copy(RenameObjectResponse o)
Copy method to populate the builder with values from the given instance.
public RenameObjectResponse build()
public RenameObjectResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
this
.public 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.
this
.public RenameObjectResponse.Builder eTag(String eTag)
The entity tag (ETag) for the object.
this
.public RenameObjectResponse.Builder lastModified(Date lastModified)
The time the object was modified, as described in RFC 2616.
this
.public RenameObjectResponse.Builder versionId(String versionId)
VersionId of the renamed object
this
.Copyright © 2016–2022. All rights reserved.