public static class UpdateRunResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateRunResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateRunResponse |
build() |
UpdateRunResponse.Builder |
copy(UpdateRunResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateRunResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateRunResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
UpdateRunResponse.Builder |
run(Run run)
The returned Run instance.
|
String |
toString() |
public UpdateRunResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateRunResponse.Builder copy(UpdateRunResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateRunResponse build()
public UpdateRunResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public UpdateRunResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public UpdateRunResponse.Builder run(Run run)
The returned Run instance.
this
.Copyright © 2016–2022. All rights reserved.