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