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