Package com.oracle.bmc.database.requests
Class UpdateConsoleConnectionRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.requests.UpdateConsoleConnectionRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateConsoleConnectionRequest,UpdateConsoleConnectionDetails>
 - Enclosing class:
- UpdateConsoleConnectionRequest
 
 public static class UpdateConsoleConnectionRequest.Builder extends Object implements BmcRequest.Builder<UpdateConsoleConnectionRequest,UpdateConsoleConnectionDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateConsoleConnectionRequest.Builderbody$(UpdateConsoleConnectionDetails body)Alternative setter for the body parameter.UpdateConsoleConnectionRequestbuild()Build the instance of UpdateConsoleConnectionRequest as configured by this builderUpdateConsoleConnectionRequestbuildWithoutInvocationCallback()Build the instance of UpdateConsoleConnectionRequest as configured by this builderUpdateConsoleConnectionRequest.BuilderconsoleConnectionId(String consoleConnectionId)The OCID of the console connection.UpdateConsoleConnectionRequest.Buildercopy(UpdateConsoleConnectionRequest o)Copy method to populate the builder with values from the given instance.UpdateConsoleConnectionRequest.BuilderdbNodeId(String dbNodeId)The database node OCID.UpdateConsoleConnectionRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateConsoleConnectionRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateConsoleConnectionRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.UpdateConsoleConnectionRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateConsoleConnectionRequest.BuilderupdateConsoleConnectionDetails(UpdateConsoleConnectionDetails updateConsoleConnectionDetails)Request to update the specified database node console connection.
 
- 
- 
- 
Method Detail- 
dbNodeIdpublic UpdateConsoleConnectionRequest.Builder dbNodeId(String dbNodeId) The database node OCID.- Parameters:
- dbNodeId- the value to set
- Returns:
- this builder instance
 
 - 
consoleConnectionIdpublic UpdateConsoleConnectionRequest.Builder consoleConnectionId(String consoleConnectionId) The OCID of the console connection.- Parameters:
- consoleConnectionId- the value to set
- Returns:
- this builder instance
 
 - 
updateConsoleConnectionDetailspublic UpdateConsoleConnectionRequest.Builder updateConsoleConnectionDetails(UpdateConsoleConnectionDetails updateConsoleConnectionDetails) Request to update the specified database node console connection.- Parameters:
- updateConsoleConnectionDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateConsoleConnectionRequest.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 UpdateConsoleConnectionRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateConsoleConnectionRequest.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 UpdateConsoleConnectionRequest.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 UpdateConsoleConnectionRequest.Builder copy(UpdateConsoleConnectionRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateConsoleConnectionRequest,UpdateConsoleConnectionDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateConsoleConnectionRequest build() Build the instance of UpdateConsoleConnectionRequest 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<UpdateConsoleConnectionRequest,UpdateConsoleConnectionDetails>
- Returns:
- instance of UpdateConsoleConnectionRequest
 
 - 
body$public UpdateConsoleConnectionRequest.Builder body$(UpdateConsoleConnectionDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateConsoleConnectionRequest,UpdateConsoleConnectionDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateConsoleConnectionRequest buildWithoutInvocationCallback() Build the instance of UpdateConsoleConnectionRequest 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 UpdateConsoleConnectionRequest
 
 
- 
 
-