Class UploadLogFileResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.responses.UploadLogFileResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<UploadLogFileResponse>
 - Enclosing class:
- UploadLogFileResponse
 
 public static class UploadLogFileResponse.Builder extends Object implements BmcResponse.Builder<UploadLogFileResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadLogFileResponse.Builder__httpStatusCode__(int __httpStatusCode__)UploadLogFileResponsebuild()Build the response object.UploadLogFileResponse.Buildercopy(UploadLogFileResponse o)Copy method to populate the builder with values from the given instance.UploadLogFileResponse.Builderheaders(Map<String,List<String>> headers)UploadLogFileResponse.BuilderopcContentMd5(String opcContentMd5)The base-64 encoded MD5 hash of the request body as computed by the server.UploadLogFileResponse.BuilderopcObjectId(String opcObjectId)Unique Oracle-assigned identifier for log data.UploadLogFileResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.UploadLogFileResponse.Builderupload(Upload upload)The returned Upload instance.- 
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 UploadLogFileResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<UploadLogFileResponse>
 
 - 
headerspublic UploadLogFileResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<UploadLogFileResponse>
 
 - 
opcRequestIdpublic UploadLogFileResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.When you contact Oracle about a specific request, provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcContentMd5public UploadLogFileResponse.Builder opcContentMd5(String opcContentMd5) The base-64 encoded MD5 hash of the request body as computed by the server.- Parameters:
- opcContentMd5- the value to set
- Returns:
- this builder
 
 - 
opcObjectIdpublic UploadLogFileResponse.Builder opcObjectId(String opcObjectId) Unique Oracle-assigned identifier for log data.- Parameters:
- opcObjectId- the value to set
- Returns:
- this builder
 
 - 
uploadpublic UploadLogFileResponse.Builder upload(Upload upload) The returned Upload instance.- Parameters:
- upload- the value to set
- Returns:
- this builder
 
 - 
copypublic UploadLogFileResponse.Builder copy(UploadLogFileResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<UploadLogFileResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UploadLogFileResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<UploadLogFileResponse>
- Returns:
- the response object
 
 
- 
 
-