public static class UpdateVolumeGroupBackupResponse.Builder extends Object
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(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateVolumeGroupBackupResponse.Builder |
volumeGroupBackup(VolumeGroupBackup volumeGroupBackup)
The returned VolumeGroupBackup instance.
|
public UpdateVolumeGroupBackupResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateVolumeGroupBackupResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
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.
public UpdateVolumeGroupBackupResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.