Package com.oracle.bmc.database.requests
Class UpdateAutonomousDatabaseWalletRequest.Builder
- java.lang.Object
 - 
- com.oracle.bmc.database.requests.UpdateAutonomousDatabaseWalletRequest.Builder
 
 
- 
- All Implemented Interfaces:
 BmcRequest.Builder<UpdateAutonomousDatabaseWalletRequest,UpdateAutonomousDatabaseWalletDetails>
- Enclosing class:
 - UpdateAutonomousDatabaseWalletRequest
 
public static class UpdateAutonomousDatabaseWalletRequest.Builder extends Object implements BmcRequest.Builder<UpdateAutonomousDatabaseWalletRequest,UpdateAutonomousDatabaseWalletDetails>
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAutonomousDatabaseWalletRequest.BuilderautonomousDatabaseId(String autonomousDatabaseId)The database OCID.UpdateAutonomousDatabaseWalletRequest.Builderbody$(UpdateAutonomousDatabaseWalletDetails body)Alternative setter for the body parameter.UpdateAutonomousDatabaseWalletRequestbuild()Build the instance of UpdateAutonomousDatabaseWalletRequest as configured by this builderUpdateAutonomousDatabaseWalletRequestbuildWithoutInvocationCallback()Build the instance of UpdateAutonomousDatabaseWalletRequest as configured by this builderUpdateAutonomousDatabaseWalletRequest.Buildercopy(UpdateAutonomousDatabaseWalletRequest o)Copy method to populate the builder with values from the given instance.UpdateAutonomousDatabaseWalletRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateAutonomousDatabaseWalletRequest.BuilderopcDryRun(Boolean opcDryRun)Indicates that the request is a dry run, if set to “true”.UpdateAutonomousDatabaseWalletRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.UpdateAutonomousDatabaseWalletRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateAutonomousDatabaseWalletRequest.BuilderupdateAutonomousDatabaseWalletDetails(UpdateAutonomousDatabaseWalletDetails updateAutonomousDatabaseWalletDetails)Request to update the properties of an Autonomous AI Database wallet. 
 - 
 
- 
- 
Method Detail
- 
autonomousDatabaseId
public UpdateAutonomousDatabaseWalletRequest.Builder autonomousDatabaseId(String autonomousDatabaseId)
The database OCID.- Parameters:
 autonomousDatabaseId- the value to set- Returns:
 - this builder instance
 
 
- 
updateAutonomousDatabaseWalletDetails
public UpdateAutonomousDatabaseWalletRequest.Builder updateAutonomousDatabaseWalletDetails(UpdateAutonomousDatabaseWalletDetails updateAutonomousDatabaseWalletDetails)
Request to update the properties of an Autonomous AI Database wallet.- Parameters:
 updateAutonomousDatabaseWalletDetails- the value to set- Returns:
 - this builder instance
 
 
- 
opcRequestId
public UpdateAutonomousDatabaseWalletRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
 opcRequestId- the value to set- Returns:
 - this builder instance
 
 
- 
opcDryRun
public UpdateAutonomousDatabaseWalletRequest.Builder opcDryRun(Boolean opcDryRun)
Indicates that the request is a dry run, if set to “true”.A dry run request does not actually creating or updating a resource and is used only to perform validation on the submitted data.
- Parameters:
 opcDryRun- the value to set- Returns:
 - this builder instance
 
 
- 
invocationCallback
public UpdateAutonomousDatabaseWalletRequest.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
 
 
- 
retryConfiguration
public UpdateAutonomousDatabaseWalletRequest.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
 
 
- 
copy
public UpdateAutonomousDatabaseWalletRequest.Builder copy(UpdateAutonomousDatabaseWalletRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
 copyin interfaceBmcRequest.Builder<UpdateAutonomousDatabaseWalletRequest,UpdateAutonomousDatabaseWalletDetails>- Parameters:
 o- other request from which to copy values- Returns:
 - this builder instance
 
 
- 
build
public UpdateAutonomousDatabaseWalletRequest build()
Build the instance of UpdateAutonomousDatabaseWalletRequest 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 interfaceBmcRequest.Builder<UpdateAutonomousDatabaseWalletRequest,UpdateAutonomousDatabaseWalletDetails>- Returns:
 - instance of UpdateAutonomousDatabaseWalletRequest
 
 
- 
body$
public UpdateAutonomousDatabaseWalletRequest.Builder body$(UpdateAutonomousDatabaseWalletDetails body)
Alternative setter for the body parameter.- Specified by:
 body$in interfaceBmcRequest.Builder<UpdateAutonomousDatabaseWalletRequest,UpdateAutonomousDatabaseWalletDetails>- Parameters:
 body- the body parameter- Returns:
 - this builder instance
 
 
- 
buildWithoutInvocationCallback
public UpdateAutonomousDatabaseWalletRequest buildWithoutInvocationCallback()
Build the instance of UpdateAutonomousDatabaseWalletRequest 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 UpdateAutonomousDatabaseWalletRequest
 
 
 - 
 
 -