public static class CommitMultipartUploadResponse.Builder extends Object implements BmcResponse.Builder<CommitMultipartUploadResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CommitMultipartUploadResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CommitMultipartUploadResponse |
build()
Build the response object.
|
CommitMultipartUploadResponse.Builder |
copy(CommitMultipartUploadResponse o)
Copy method to populate the builder with values from the given instance.
|
CommitMultipartUploadResponse.Builder |
eTag(String eTag)
The entity tag (ETag) for the object.
|
CommitMultipartUploadResponse.Builder |
headers(Map<String,List<String>> headers) |
CommitMultipartUploadResponse.Builder |
lastModified(Date lastModified)
The time the object was last modified, as described in RFC
2616.
|
CommitMultipartUploadResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
CommitMultipartUploadResponse.Builder |
opcMultipartMd5(String opcMultipartMd5)
Base-64 representation of the multipart object MD5 hash.
|
CommitMultipartUploadResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CommitMultipartUploadResponse.Builder |
versionId(String versionId)
VersionId of the newly created object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CommitMultipartUploadResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CommitMultipartUploadResponse>
public CommitMultipartUploadResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CommitMultipartUploadResponse>
public CommitMultipartUploadResponse.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 CommitMultipartUploadResponse.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 CommitMultipartUploadResponse.Builder opcMultipartMd5(String opcMultipartMd5)
Base-64 representation of the multipart object MD5 hash. The multipart object hash is calculated by taking the MD5 hashes of the parts passed to this call, concatenating the binary representation of those hashes in order of their part numbers, and then calculating the MD5 hash of the concatenated values. The multipart object hash is followed by a hyphen and the total number of parts (for example, ‘-6’).
opcMultipartMd5
- the value to setpublic CommitMultipartUploadResponse.Builder eTag(String eTag)
The entity tag (ETag) for the object.
eTag
- the value to setpublic CommitMultipartUploadResponse.Builder lastModified(Date lastModified)
The time the object was last modified, as described in RFC 2616.
lastModified
- the value to setpublic CommitMultipartUploadResponse.Builder versionId(String versionId)
VersionId of the newly created object
versionId
- the value to setpublic CommitMultipartUploadResponse.Builder copy(CommitMultipartUploadResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CommitMultipartUploadResponse>
o
- other request from which to copy valuespublic CommitMultipartUploadResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CommitMultipartUploadResponse>
Copyright © 2016–2024. All rights reserved.