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