Class UpdateVaultRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.requests.UpdateVaultRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateVaultRequest,UpdateVaultDetails>
 - Enclosing class:
- UpdateVaultRequest
 
 public static class UpdateVaultRequest.Builder extends Object implements BmcRequest.Builder<UpdateVaultRequest,UpdateVaultDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateVaultRequest.Builderbody$(UpdateVaultDetails body)Alternative setter for the body parameter.UpdateVaultRequestbuild()Build the instance of UpdateVaultRequest as configured by this builderUpdateVaultRequestbuildWithoutInvocationCallback()Build the instance of UpdateVaultRequest as configured by this builderUpdateVaultRequest.Buildercopy(UpdateVaultRequest o)Copy method to populate the builder with values from the given instance.UpdateVaultRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateVaultRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateVaultRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.UpdateVaultRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateVaultRequest.BuilderupdateVaultDetails(UpdateVaultDetails updateVaultDetails)UpdateVaultDetailsUpdateVaultRequest.BuildervaultId(String vaultId)The OCID of the vault.
 
- 
- 
- 
Method Detail- 
vaultIdpublic UpdateVaultRequest.Builder vaultId(String vaultId) The OCID of the vault.- Parameters:
- vaultId- the value to set
- Returns:
- this builder instance
 
 - 
updateVaultDetailspublic UpdateVaultRequest.Builder updateVaultDetails(UpdateVaultDetails updateVaultDetails) UpdateVaultDetails- Parameters:
- updateVaultDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateVaultRequest.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 UpdateVaultRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateVaultRequest.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 UpdateVaultRequest.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 UpdateVaultRequest.Builder copy(UpdateVaultRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateVaultRequest,UpdateVaultDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateVaultRequest build() Build the instance of UpdateVaultRequest 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<UpdateVaultRequest,UpdateVaultDetails>
- Returns:
- instance of UpdateVaultRequest
 
 - 
body$public UpdateVaultRequest.Builder body$(UpdateVaultDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateVaultRequest,UpdateVaultDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateVaultRequest buildWithoutInvocationCallback() Build the instance of UpdateVaultRequest 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 UpdateVaultRequest
 
 
- 
 
-