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