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