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