public static class GetSecretBundleResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetSecretBundleResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetSecretBundleResponse |
build() |
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 |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetSecretBundleResponse.Builder |
secretBundle(SecretBundle secretBundle)
The returned SecretBundle instance.
|
String |
toString() |
public GetSecretBundleResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetSecretBundleResponse.Builder copy(GetSecretBundleResponse o)
Copy method to populate the builder with values from the given instance.
public GetSecretBundleResponse build()
public GetSecretBundleResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public 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.
this
.public GetSecretBundleResponse.Builder secretBundle(SecretBundle secretBundle)
The returned SecretBundle instance.
this
.Copyright © 2016–2022. All rights reserved.