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