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