Class UploadPartResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.objectstorage.responses.UploadPartResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<UploadPartResponse>
 - Enclosing class:
- UploadPartResponse
 
 public static class UploadPartResponse.Builder extends Object implements BmcResponse.Builder<UploadPartResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadPartResponse.Builder__httpStatusCode__(int __httpStatusCode__)UploadPartResponsebuild()Build the response object.UploadPartResponse.Buildercopy(UploadPartResponse o)Copy method to populate the builder with values from the given instance.UploadPartResponse.BuildereTag(String eTag)The entity tag (ETag) for the object.UploadPartResponse.Builderheaders(Map<String,List<String>> headers)UploadPartResponse.BuilderopcClientRequestId(String opcClientRequestId)Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.UploadPartResponse.BuilderopcContentCrc32c(String opcContentCrc32c)The base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the request body as computed by the server.UploadPartResponse.BuilderopcContentMd5(String opcContentMd5)The base64-encoded MD5 hash of the request body, as computed by the server.UploadPartResponse.BuilderopcContentSha256(String opcContentSha256)The base64-encoded SHA256 hash of the request body as computed by the server.UploadPartResponse.BuilderopcContentSha384(String opcContentSha384)The base64-encoded SHA384 hash of the request body as computed by the server.UploadPartResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public UploadPartResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<UploadPartResponse>
 
 - 
headerspublic UploadPartResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<UploadPartResponse>
 
 - 
opcClientRequestIdpublic UploadPartResponse.Builder opcClientRequestId(String opcClientRequestId) Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.- Parameters:
- opcClientRequestId- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic UploadPartResponse.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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcContentMd5public UploadPartResponse.Builder opcContentMd5(String opcContentMd5) The base64-encoded MD5 hash of the request body, as computed by the server.- Parameters:
- opcContentMd5- the value to set
- Returns:
- this builder
 
 - 
opcContentCrc32cpublic UploadPartResponse.Builder opcContentCrc32c(String opcContentCrc32c) The base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the request body as computed by the server.Applicable only if CRC32C was specified in opc-checksum-algorithm request header during upload. - Parameters:
- opcContentCrc32c- the value to set
- Returns:
- this builder
 
 - 
opcContentSha256public UploadPartResponse.Builder opcContentSha256(String opcContentSha256) The base64-encoded SHA256 hash of the request body as computed by the server.Applicable only if SHA256 was specified in opc-checksum-algorithm request header during upload. - Parameters:
- opcContentSha256- the value to set
- Returns:
- this builder
 
 - 
opcContentSha384public UploadPartResponse.Builder opcContentSha384(String opcContentSha384) The base64-encoded SHA384 hash of the request body as computed by the server.Applicable only if SHA384 was specified in opc-checksum-algorithm request header during upload. - Parameters:
- opcContentSha384- the value to set
- Returns:
- this builder
 
 - 
eTagpublic UploadPartResponse.Builder eTag(String eTag) The entity tag (ETag) for the object.- Parameters:
- eTag- the value to set
- Returns:
- this builder
 
 - 
copypublic UploadPartResponse.Builder copy(UploadPartResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<UploadPartResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UploadPartResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<UploadPartResponse>
- Returns:
- the response object
 
 
- 
 
-