public static class GetCertificateResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetCertificateResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetCertificateResponse |
build()
Build the response object.
|
GetCertificateResponse.Builder |
certificate(Certificate certificate)
The returned Certificate instance.
|
GetCertificateResponse.Builder |
copy(GetCertificateResponse o)
Copy method to populate the builder with values from the given instance.
|
GetCertificateResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetCertificateResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetCertificateResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
public GetCertificateResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetCertificateResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetCertificateResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetCertificateResponse.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 GetCertificateResponse.Builder certificate(Certificate certificate)
The returned Certificate instance.
certificate
- the value to setpublic GetCertificateResponse.Builder copy(GetCertificateResponse o)
Copy method to populate the builder with values from the given instance.
public GetCertificateResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.