Package com.oracle.bmc.bds.requests
Class UpdateBdsInstanceRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.requests.UpdateBdsInstanceRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateBdsInstanceRequest,UpdateBdsInstanceDetails>
 - Enclosing class:
- UpdateBdsInstanceRequest
 
 public static class UpdateBdsInstanceRequest.Builder extends Object implements BmcRequest.Builder<UpdateBdsInstanceRequest,UpdateBdsInstanceDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBdsInstanceRequest.BuilderbdsInstanceId(String bdsInstanceId)The OCID of the cluster.UpdateBdsInstanceRequest.Builderbody$(UpdateBdsInstanceDetails body)Alternative setter for the body parameter.UpdateBdsInstanceRequestbuild()Build the instance of UpdateBdsInstanceRequest as configured by this builderUpdateBdsInstanceRequestbuildWithoutInvocationCallback()Build the instance of UpdateBdsInstanceRequest as configured by this builderUpdateBdsInstanceRequest.Buildercopy(UpdateBdsInstanceRequest o)Copy method to populate the builder with values from the given instance.UpdateBdsInstanceRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateBdsInstanceRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateBdsInstanceRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateBdsInstanceRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateBdsInstanceRequest.BuilderupdateBdsInstanceDetails(UpdateBdsInstanceDetails updateBdsInstanceDetails)Details for the cluster to be updated.
 
- 
- 
- 
Method Detail- 
bdsInstanceIdpublic UpdateBdsInstanceRequest.Builder bdsInstanceId(String bdsInstanceId) The OCID of the cluster.- Parameters:
- bdsInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
updateBdsInstanceDetailspublic UpdateBdsInstanceRequest.Builder updateBdsInstanceDetails(UpdateBdsInstanceDetails updateBdsInstanceDetails) Details for the cluster to be updated.- Parameters:
- updateBdsInstanceDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateBdsInstanceRequest.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 UpdateBdsInstanceRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateBdsInstanceRequest.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 UpdateBdsInstanceRequest.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 UpdateBdsInstanceRequest.Builder copy(UpdateBdsInstanceRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateBdsInstanceRequest,UpdateBdsInstanceDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateBdsInstanceRequest build() Build the instance of UpdateBdsInstanceRequest 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<UpdateBdsInstanceRequest,UpdateBdsInstanceDetails>
- Returns:
- instance of UpdateBdsInstanceRequest
 
 - 
body$public UpdateBdsInstanceRequest.Builder body$(UpdateBdsInstanceDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateBdsInstanceRequest,UpdateBdsInstanceDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateBdsInstanceRequest buildWithoutInvocationCallback() Build the instance of UpdateBdsInstanceRequest 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 UpdateBdsInstanceRequest
 
 
- 
 
-