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