public static class UploadLogFileResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
UploadLogFileResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
UploadLogFileResponse |
build() |
UploadLogFileResponse.Builder |
copy(UploadLogFileResponse o)
Copy method to populate the builder with values from the given instance.
|
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.
|
String |
toString() |
UploadLogFileResponse.Builder |
upload(Upload upload)
The returned Upload instance.
|
public UploadLogFileResponse.Builder copy(UploadLogFileResponse o)
Copy method to populate the builder with values from the given instance.
public UploadLogFileResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.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.
this.public UploadLogFileResponse.Builder opcContentMd5(String opcContentMd5)
The base-64 encoded MD5 hash of the request body as computed by the server.
this.public UploadLogFileResponse.Builder opcObjectId(String opcObjectId)
Unique Oracle-assigned identifier for log data.
this.public UploadLogFileResponse.Builder upload(Upload upload)
The returned Upload instance.
this.public UploadLogFileResponse build()
Copyright © 2016–2021. All rights reserved.