PutObjectResponse.Builder |
PutObjectResponse.Builder.__httpStatusCode__(int __httpStatusCode__) |
|
static PutObjectResponse.Builder |
PutObjectResponse.builder() |
Return a new builder for this response object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.copy(PutObjectResponse o) |
Copy method to populate the builder with values from the given instance.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.eTag(String eTag) |
The entity tag (ETag) for the object.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.headers(Map<String,List<String>> headers) |
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.lastModified(Date lastModified) |
The time the object was modified, as described in RFC
2616.
|
PutObjectResponse.Builder |
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 |
PutObjectResponse.Builder.opcContentCrc32c(String opcContentCrc32c) |
The base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the request body as computed
by the server.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcContentMd5(String opcContentMd5) |
The base64-encoded MD5 hash of the request body as computed by the server.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcContentSha256(String opcContentSha256) |
The base64-encoded SHA256 hash of the request body as computed by the server.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcContentSha384(String opcContentSha384) |
The base64-encoded SHA384 hash of the request body as computed by the server.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
PutObjectResponse.Builder |
PutObjectResponse.Builder.versionId(String versionId) |
VersionId of the newly created object
|