public static class UpdateVolumeGroupBackupResponse.Builder extends Object implements BmcResponse.Builder<UpdateVolumeGroupBackupResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateVolumeGroupBackupResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateVolumeGroupBackupResponse |
build()
Build the response object.
|
UpdateVolumeGroupBackupResponse.Builder |
copy(UpdateVolumeGroupBackupResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateVolumeGroupBackupResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateVolumeGroupBackupResponse.Builder |
headers(Map<String,List<String>> headers) |
UpdateVolumeGroupBackupResponse.Builder |
volumeGroupBackup(VolumeGroupBackup volumeGroupBackup)
The returned
VolumeGroupBackup instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UpdateVolumeGroupBackupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UpdateVolumeGroupBackupResponse>
public UpdateVolumeGroupBackupResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UpdateVolumeGroupBackupResponse>
public UpdateVolumeGroupBackupResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateVolumeGroupBackupResponse.Builder volumeGroupBackup(VolumeGroupBackup volumeGroupBackup)
The returned VolumeGroupBackup
instance.
volumeGroupBackup
- the value to setpublic UpdateVolumeGroupBackupResponse.Builder copy(UpdateVolumeGroupBackupResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UpdateVolumeGroupBackupResponse>
o
- other request from which to copy valuespublic UpdateVolumeGroupBackupResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UpdateVolumeGroupBackupResponse>
Copyright © 2016–2024. All rights reserved.