public static class CreateVideoJobResponse.Builder extends Object implements BmcResponse.Builder<CreateVideoJobResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateVideoJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateVideoJobResponse |
build()
Build the response object.
|
CreateVideoJobResponse.Builder |
copy(CreateVideoJobResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateVideoJobResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateVideoJobResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateVideoJobResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
CreateVideoJobResponse.Builder |
videoJob(VideoJob videoJob)
The returned
VideoJob instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateVideoJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateVideoJobResponse>
public CreateVideoJobResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateVideoJobResponse>
public CreateVideoJobResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateVideoJobResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic CreateVideoJobResponse.Builder videoJob(VideoJob videoJob)
The returned VideoJob
instance.
videoJob
- the value to setpublic CreateVideoJobResponse.Builder copy(CreateVideoJobResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateVideoJobResponse>
o
- other request from which to copy valuespublic CreateVideoJobResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateVideoJobResponse>
Copyright © 2016–2024. All rights reserved.