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