Package com.oracle.bmc.database.requests
Class UpdateAutonomousDatabaseSoftwareImageRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.requests.UpdateAutonomousDatabaseSoftwareImageRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageDetails>
 - Enclosing class:
- UpdateAutonomousDatabaseSoftwareImageRequest
 
 public static class UpdateAutonomousDatabaseSoftwareImageRequest.Builder extends Object implements BmcRequest.Builder<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAutonomousDatabaseSoftwareImageRequest.BuilderautonomousDatabaseSoftwareImageId(String autonomousDatabaseSoftwareImageId)The Autonomous AI Database Software Image OCID.UpdateAutonomousDatabaseSoftwareImageRequest.Builderbody$(UpdateAutonomousDatabaseSoftwareImageDetails body)Alternative setter for the body parameter.UpdateAutonomousDatabaseSoftwareImageRequestbuild()Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest as configured by this builderUpdateAutonomousDatabaseSoftwareImageRequestbuildWithoutInvocationCallback()Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest as configured by this builderUpdateAutonomousDatabaseSoftwareImageRequest.Buildercopy(UpdateAutonomousDatabaseSoftwareImageRequest o)Copy method to populate the builder with values from the given instance.UpdateAutonomousDatabaseSoftwareImageRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateAutonomousDatabaseSoftwareImageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateAutonomousDatabaseSoftwareImageRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.UpdateAutonomousDatabaseSoftwareImageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateAutonomousDatabaseSoftwareImageRequest.BuilderupdateAutonomousDatabaseSoftwareImageDetails(UpdateAutonomousDatabaseSoftwareImageDetails updateAutonomousDatabaseSoftwareImageDetails)Request to update the properties of an Autonomous AI Database Software Image.
 
- 
- 
- 
Method Detail- 
autonomousDatabaseSoftwareImageIdpublic UpdateAutonomousDatabaseSoftwareImageRequest.Builder autonomousDatabaseSoftwareImageId(String autonomousDatabaseSoftwareImageId) The Autonomous AI Database Software Image OCID.- Parameters:
- autonomousDatabaseSoftwareImageId- the value to set
- Returns:
- this builder instance
 
 - 
updateAutonomousDatabaseSoftwareImageDetailspublic UpdateAutonomousDatabaseSoftwareImageRequest.Builder updateAutonomousDatabaseSoftwareImageDetails(UpdateAutonomousDatabaseSoftwareImageDetails updateAutonomousDatabaseSoftwareImageDetails) Request to update the properties of an Autonomous AI Database Software Image.- Parameters:
- updateAutonomousDatabaseSoftwareImageDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateAutonomousDatabaseSoftwareImageRequest.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 UpdateAutonomousDatabaseSoftwareImageRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateAutonomousDatabaseSoftwareImageRequest.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 UpdateAutonomousDatabaseSoftwareImageRequest.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 UpdateAutonomousDatabaseSoftwareImageRequest.Builder copy(UpdateAutonomousDatabaseSoftwareImageRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateAutonomousDatabaseSoftwareImageRequest build() Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest 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<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageDetails>
- Returns:
- instance of UpdateAutonomousDatabaseSoftwareImageRequest
 
 - 
body$public UpdateAutonomousDatabaseSoftwareImageRequest.Builder body$(UpdateAutonomousDatabaseSoftwareImageDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateAutonomousDatabaseSoftwareImageRequest,UpdateAutonomousDatabaseSoftwareImageDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateAutonomousDatabaseSoftwareImageRequest buildWithoutInvocationCallback() Build the instance of UpdateAutonomousDatabaseSoftwareImageRequest 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 UpdateAutonomousDatabaseSoftwareImageRequest
 
 
- 
 
-