Class UpdateRunResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataflow.responses.UpdateRunResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<UpdateRunResponse>
 - Enclosing class:
- UpdateRunResponse
 
 public static class UpdateRunResponse.Builder extends Object implements BmcResponse.Builder<UpdateRunResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRunResponse.Builder__httpStatusCode__(int __httpStatusCode__)UpdateRunResponsebuild()Build the response object.UpdateRunResponse.Buildercopy(UpdateRunResponse o)Copy method to populate the builder with values from the given instance.UpdateRunResponse.Builderetag(String etag)For optimistic concurrency control.UpdateRunResponse.Builderheaders(Map<String,List<String>> headers)UpdateRunResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle assigned identifier for the request.UpdateRunResponse.Builderrun(Run run)The returned Run instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public UpdateRunResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<UpdateRunResponse>
 
 - 
headerspublic UpdateRunResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<UpdateRunResponse>
 
 - 
etagpublic UpdateRunResponse.Builder etag(String etag) For optimistic concurrency control.- Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic 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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
runpublic UpdateRunResponse.Builder run(Run run) The returned Run instance.- Parameters:
- run- the value to set
- Returns:
- this builder
 
 - 
copypublic UpdateRunResponse.Builder copy(UpdateRunResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<UpdateRunResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateRunResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<UpdateRunResponse>
- Returns:
- the response object
 
 
- 
 
-