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