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