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