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