public static class GetRunResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetRunResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetRunResponse |
build() |
GetRunResponse.Builder |
copy(GetRunResponse o)
Copy method to populate the builder with values from the given instance.
|
GetRunResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetRunResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
GetRunResponse.Builder |
run(Run run)
The returned Run instance.
|
String |
toString() |
public GetRunResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetRunResponse.Builder copy(GetRunResponse o)
Copy method to populate the builder with values from the given instance.
public GetRunResponse build()
public GetRunResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetRunResponse.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 GetRunResponse.Builder run(Run run)
The returned Run instance.
this
.Copyright © 2016–2022. All rights reserved.