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.Builder
body$(UpdateAutonomousDatabaseWalletDetails body)
Alternative setter for the body parameter.UpdateAutonomousDatabaseRegionalWalletRequest
build()
Build the instance of UpdateAutonomousDatabaseRegionalWalletRequest as configured by this builderUpdateAutonomousDatabaseRegionalWalletRequest
buildWithoutInvocationCallback()
Build the instance of UpdateAutonomousDatabaseRegionalWalletRequest as configured by this builderUpdateAutonomousDatabaseRegionalWalletRequest.Builder
copy(UpdateAutonomousDatabaseRegionalWalletRequest o)
Copy method to populate the builder with values from the given instance.UpdateAutonomousDatabaseRegionalWalletRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateAutonomousDatabaseRegionalWalletRequest.Builder
opcRequestId(String opcRequestId)
Unique identifier for the request.UpdateAutonomousDatabaseRegionalWalletRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateAutonomousDatabaseRegionalWalletRequest.Builder
updateAutonomousDatabaseWalletDetails(UpdateAutonomousDatabaseWalletDetails updateAutonomousDatabaseWalletDetails)
Request to update the properties of Autonomous Database regional wallet.
-
-
-
Method Detail
-
updateAutonomousDatabaseWalletDetails
public UpdateAutonomousDatabaseRegionalWalletRequest.Builder updateAutonomousDatabaseWalletDetails(UpdateAutonomousDatabaseWalletDetails updateAutonomousDatabaseWalletDetails)
Request to update the properties of Autonomous 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
-
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:
copy
in 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:
build
in 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
-
-