Class UpdateCloudDbNodeRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.requests.UpdateCloudDbNodeRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateCloudDbNodeRequest,UpdateCloudDbNodeDetails>
 - Enclosing class:
- UpdateCloudDbNodeRequest
 
 public static class UpdateCloudDbNodeRequest.Builder extends Object implements BmcRequest.Builder<UpdateCloudDbNodeRequest,UpdateCloudDbNodeDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCloudDbNodeRequest.Builderbody$(UpdateCloudDbNodeDetails body)Alternative setter for the body parameter.UpdateCloudDbNodeRequestbuild()Build the instance of UpdateCloudDbNodeRequest as configured by this builderUpdateCloudDbNodeRequestbuildWithoutInvocationCallback()Build the instance of UpdateCloudDbNodeRequest as configured by this builderUpdateCloudDbNodeRequest.BuildercloudDbNodeId(String cloudDbNodeId)The OCID of the cloud database node.UpdateCloudDbNodeRequest.Buildercopy(UpdateCloudDbNodeRequest o)Copy method to populate the builder with values from the given instance.UpdateCloudDbNodeRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateCloudDbNodeRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateCloudDbNodeRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateCloudDbNodeRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateCloudDbNodeRequest.BuilderupdateCloudDbNodeDetails(UpdateCloudDbNodeDetails updateCloudDbNodeDetails)The details required to update an cloud DB node.
 
- 
- 
- 
Method Detail- 
cloudDbNodeIdpublic UpdateCloudDbNodeRequest.Builder cloudDbNodeId(String cloudDbNodeId) The OCID of the cloud database node.- Parameters:
- cloudDbNodeId- the value to set
- Returns:
- this builder instance
 
 - 
updateCloudDbNodeDetailspublic UpdateCloudDbNodeRequest.Builder updateCloudDbNodeDetails(UpdateCloudDbNodeDetails updateCloudDbNodeDetails) The details required to update an cloud DB node.- Parameters:
- updateCloudDbNodeDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateCloudDbNodeRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateCloudDbNodeRequest.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
 
 - 
invocationCallbackpublic UpdateCloudDbNodeRequest.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 UpdateCloudDbNodeRequest.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 UpdateCloudDbNodeRequest.Builder copy(UpdateCloudDbNodeRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateCloudDbNodeRequest,UpdateCloudDbNodeDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateCloudDbNodeRequest build() Build the instance of UpdateCloudDbNodeRequest 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<UpdateCloudDbNodeRequest,UpdateCloudDbNodeDetails>
- Returns:
- instance of UpdateCloudDbNodeRequest
 
 - 
body$public UpdateCloudDbNodeRequest.Builder body$(UpdateCloudDbNodeDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateCloudDbNodeRequest,UpdateCloudDbNodeDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateCloudDbNodeRequest buildWithoutInvocationCallback() Build the instance of UpdateCloudDbNodeRequest 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 UpdateCloudDbNodeRequest
 
 
- 
 
-