public static class RestoreKeyFromObjectStoreResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RestoreKeyFromObjectStoreResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
RestoreKeyFromObjectStoreResponse |
build()
Build the response object.
|
RestoreKeyFromObjectStoreResponse.Builder |
copy(RestoreKeyFromObjectStoreResponse o)
Copy method to populate the builder with values from the given instance.
|
RestoreKeyFromObjectStoreResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
RestoreKeyFromObjectStoreResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
RestoreKeyFromObjectStoreResponse.Builder |
key(Key key)
The returned Key instance.
|
RestoreKeyFromObjectStoreResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
RestoreKeyFromObjectStoreResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the work request, used to track the progress of the
restore operation.
|
public RestoreKeyFromObjectStoreResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public RestoreKeyFromObjectStoreResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public RestoreKeyFromObjectStoreResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic RestoreKeyFromObjectStoreResponse.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 RestoreKeyFromObjectStoreResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the work request, used to track the progress of the restore operation.
opcWorkRequestId
- the value to setpublic RestoreKeyFromObjectStoreResponse.Builder key(Key key)
The returned Key instance.
key
- the value to setpublic RestoreKeyFromObjectStoreResponse.Builder copy(RestoreKeyFromObjectStoreResponse o)
Copy method to populate the builder with values from the given instance.
public RestoreKeyFromObjectStoreResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.