public static class UploadLogEventsFileResponse.Builder extends Object implements BmcResponse.Builder<UploadLogEventsFileResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UploadLogEventsFileResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UploadLogEventsFileResponse |
build()
Build the response object.
|
UploadLogEventsFileResponse.Builder |
copy(UploadLogEventsFileResponse o)
Copy method to populate the builder with values from the given instance.
|
UploadLogEventsFileResponse.Builder |
headers(Map<String,List<String>> headers) |
UploadLogEventsFileResponse.Builder |
opcObjectId(String opcObjectId)
Unique Oracle-assigned identifier for log data.
|
UploadLogEventsFileResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UploadLogEventsFileResponse.Builder |
timeCreated(Date timeCreated)
The time the upload was created, in the format defined by RFC3339
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UploadLogEventsFileResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UploadLogEventsFileResponse>
public UploadLogEventsFileResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UploadLogEventsFileResponse>
public UploadLogEventsFileResponse.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 UploadLogEventsFileResponse.Builder opcObjectId(String opcObjectId)
Unique Oracle-assigned identifier for log data.
opcObjectId
- the value to setpublic UploadLogEventsFileResponse.Builder timeCreated(Date timeCreated)
The time the upload was created, in the format defined by RFC3339
timeCreated
- the value to setpublic UploadLogEventsFileResponse.Builder copy(UploadLogEventsFileResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UploadLogEventsFileResponse>
o
- other request from which to copy valuespublic UploadLogEventsFileResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UploadLogEventsFileResponse>
Copyright © 2016–2024. All rights reserved.