public static class GetStorageWorkRequestResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GetStorageWorkRequestResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
GetStorageWorkRequestResponse |
build() |
GetStorageWorkRequestResponse.Builder |
copy(GetStorageWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
|
GetStorageWorkRequestResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetStorageWorkRequestResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetStorageWorkRequestResponse.Builder |
retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
|
GetStorageWorkRequestResponse.Builder |
storageWorkRequest(StorageWorkRequest storageWorkRequest)
The returned StorageWorkRequest instance.
|
String |
toString() |
public GetStorageWorkRequestResponse.Builder copy(GetStorageWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
public GetStorageWorkRequestResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.public GetStorageWorkRequestResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
this.public GetStorageWorkRequestResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match.
this.public GetStorageWorkRequestResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
this.public GetStorageWorkRequestResponse.Builder storageWorkRequest(StorageWorkRequest storageWorkRequest)
The returned StorageWorkRequest instance.
this.public GetStorageWorkRequestResponse build()
Copyright © 2016–2021. All rights reserved.