Class BackupVaultResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.responses.BackupVaultResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<BackupVaultResponse>
 - Enclosing class:
- BackupVaultResponse
 
 public static class BackupVaultResponse.Builder extends Object implements BmcResponse.Builder<BackupVaultResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupVaultResponse.Builder__httpStatusCode__(int __httpStatusCode__)BackupVaultResponsebuild()Build the response object.BackupVaultResponse.Buildercopy(BackupVaultResponse o)Copy method to populate the builder with values from the given instance.BackupVaultResponse.Builderetag(String etag)For optimistic concurrency control.BackupVaultResponse.Builderheaders(Map<String,List<String>> headers)BackupVaultResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.BackupVaultResponse.BuilderopcWorkRequestId(String opcWorkRequestId)Unique Oracle-assigned identifier for the work request, used to track the progress of the backup operation.BackupVaultResponse.Buildervault(Vault vault)The returned Vault instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public BackupVaultResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<BackupVaultResponse>
 
 - 
headerspublic BackupVaultResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<BackupVaultResponse>
 
 - 
etagpublic BackupVaultResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic BackupVaultResponse.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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcWorkRequestIdpublic BackupVaultResponse.Builder opcWorkRequestId(String opcWorkRequestId) Unique Oracle-assigned identifier for the work request, used to track the progress of the backup operation.- Parameters:
- opcWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
vaultpublic BackupVaultResponse.Builder vault(Vault vault) The returned Vault instance.- Parameters:
- vault- the value to set
- Returns:
- this builder
 
 - 
copypublic BackupVaultResponse.Builder copy(BackupVaultResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<BackupVaultResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic BackupVaultResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<BackupVaultResponse>
- Returns:
- the response object
 
 
- 
 
-