public static class UploadLogFileResponse.Builder extends Object implements BmcResponse.Builder<UploadLogFileResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UploadLogFileResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UploadLogFileResponse |
build()
Build the response object.
|
UploadLogFileResponse.Builder |
copy(UploadLogFileResponse o)
Copy method to populate the builder with values from the given instance.
|
UploadLogFileResponse.Builder |
headers(Map<String,List<String>> headers) |
UploadLogFileResponse.Builder |
opcContentMd5(String opcContentMd5)
The base-64 encoded MD5 hash of the request body as computed by the server.
|
UploadLogFileResponse.Builder |
opcObjectId(String opcObjectId)
Unique Oracle-assigned identifier for log data.
|
UploadLogFileResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UploadLogFileResponse.Builder |
upload(Upload upload)
The returned
Upload instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UploadLogFileResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UploadLogFileResponse>
public UploadLogFileResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UploadLogFileResponse>
public UploadLogFileResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
opcRequestId
- the value to setpublic UploadLogFileResponse.Builder opcContentMd5(String opcContentMd5)
The base-64 encoded MD5 hash of the request body as computed by the server.
opcContentMd5
- the value to setpublic UploadLogFileResponse.Builder opcObjectId(String opcObjectId)
Unique Oracle-assigned identifier for log data.
opcObjectId
- the value to setpublic UploadLogFileResponse.Builder upload(Upload upload)
The returned Upload
instance.
upload
- the value to setpublic UploadLogFileResponse.Builder copy(UploadLogFileResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UploadLogFileResponse>
o
- other request from which to copy valuespublic UploadLogFileResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UploadLogFileResponse>
Copyright © 2016–2024. All rights reserved.