Package com.oracle.bmc.database.requests
Class UpdateExascaleDbStorageVaultRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.requests.UpdateExascaleDbStorageVaultRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateExascaleDbStorageVaultRequest,UpdateExascaleDbStorageVaultDetails>
 - Enclosing class:
- UpdateExascaleDbStorageVaultRequest
 
 public static class UpdateExascaleDbStorageVaultRequest.Builder extends Object implements BmcRequest.Builder<UpdateExascaleDbStorageVaultRequest,UpdateExascaleDbStorageVaultDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateExascaleDbStorageVaultRequest.Builderbody$(UpdateExascaleDbStorageVaultDetails body)Alternative setter for the body parameter.UpdateExascaleDbStorageVaultRequestbuild()Build the instance of UpdateExascaleDbStorageVaultRequest as configured by this builderUpdateExascaleDbStorageVaultRequestbuildWithoutInvocationCallback()Build the instance of UpdateExascaleDbStorageVaultRequest as configured by this builderUpdateExascaleDbStorageVaultRequest.Buildercopy(UpdateExascaleDbStorageVaultRequest o)Copy method to populate the builder with values from the given instance.UpdateExascaleDbStorageVaultRequest.BuilderexascaleDbStorageVaultId(String exascaleDbStorageVaultId)The Exadata Database Storage Vault OCID.UpdateExascaleDbStorageVaultRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateExascaleDbStorageVaultRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateExascaleDbStorageVaultRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.UpdateExascaleDbStorageVaultRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateExascaleDbStorageVaultRequest.BuilderupdateExascaleDbStorageVaultDetails(UpdateExascaleDbStorageVaultDetails updateExascaleDbStorageVaultDetails)Request to update the attributes of a Exadata Database Storage Vault.
 
- 
- 
- 
Method Detail- 
exascaleDbStorageVaultIdpublic UpdateExascaleDbStorageVaultRequest.Builder exascaleDbStorageVaultId(String exascaleDbStorageVaultId) The Exadata Database Storage Vault OCID.- Parameters:
- exascaleDbStorageVaultId- the value to set
- Returns:
- this builder instance
 
 - 
updateExascaleDbStorageVaultDetailspublic UpdateExascaleDbStorageVaultRequest.Builder updateExascaleDbStorageVaultDetails(UpdateExascaleDbStorageVaultDetails updateExascaleDbStorageVaultDetails) Request to update the attributes of a Exadata Database Storage Vault.- Parameters:
- updateExascaleDbStorageVaultDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateExascaleDbStorageVaultRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateExascaleDbStorageVaultRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateExascaleDbStorageVaultRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic UpdateExascaleDbStorageVaultRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic UpdateExascaleDbStorageVaultRequest.Builder copy(UpdateExascaleDbStorageVaultRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateExascaleDbStorageVaultRequest,UpdateExascaleDbStorageVaultDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateExascaleDbStorageVaultRequest build() Build the instance of UpdateExascaleDbStorageVaultRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<UpdateExascaleDbStorageVaultRequest,UpdateExascaleDbStorageVaultDetails>
- Returns:
- instance of UpdateExascaleDbStorageVaultRequest
 
 - 
body$public UpdateExascaleDbStorageVaultRequest.Builder body$(UpdateExascaleDbStorageVaultDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateExascaleDbStorageVaultRequest,UpdateExascaleDbStorageVaultDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateExascaleDbStorageVaultRequest buildWithoutInvocationCallback() Build the instance of UpdateExascaleDbStorageVaultRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of UpdateExascaleDbStorageVaultRequest
 
 
- 
 
-