public static class UpdateAutonomousDatabaseRegionalWalletRequest.Builder extends Object implements BmcRequest.Builder<UpdateAutonomousDatabaseRegionalWalletRequest,UpdateAutonomousDatabaseWalletDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAutonomousDatabaseRegionalWalletRequest.Builder |
body$(UpdateAutonomousDatabaseWalletDetails body)
Alternative setter for the body parameter.
|
UpdateAutonomousDatabaseRegionalWalletRequest |
build()
Build the instance of UpdateAutonomousDatabaseRegionalWalletRequest as configured by this builder
|
UpdateAutonomousDatabaseRegionalWalletRequest |
buildWithoutInvocationCallback()
Build the instance of UpdateAutonomousDatabaseRegionalWalletRequest as configured by this builder
|
UpdateAutonomousDatabaseRegionalWalletRequest.Builder |
copy(UpdateAutonomousDatabaseRegionalWalletRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateAutonomousDatabaseRegionalWalletRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> 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.
|
public UpdateAutonomousDatabaseRegionalWalletRequest.Builder updateAutonomousDatabaseWalletDetails(UpdateAutonomousDatabaseWalletDetails updateAutonomousDatabaseWalletDetails)
Request to update the properties of Autonomous Database regional wallet.
updateAutonomousDatabaseWalletDetails
- the value to setpublic UpdateAutonomousDatabaseRegionalWalletRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic UpdateAutonomousDatabaseRegionalWalletRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic UpdateAutonomousDatabaseRegionalWalletRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateAutonomousDatabaseRegionalWalletRequest.Builder copy(UpdateAutonomousDatabaseRegionalWalletRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateAutonomousDatabaseRegionalWalletRequest,UpdateAutonomousDatabaseWalletDetails>
o
- other request from which to copy valuespublic UpdateAutonomousDatabaseRegionalWalletRequest build()
Build the instance of UpdateAutonomousDatabaseRegionalWalletRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<UpdateAutonomousDatabaseRegionalWalletRequest,UpdateAutonomousDatabaseWalletDetails>
public UpdateAutonomousDatabaseRegionalWalletRequest.Builder body$(UpdateAutonomousDatabaseWalletDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateAutonomousDatabaseRegionalWalletRequest,UpdateAutonomousDatabaseWalletDetails>
body
- the body parameterpublic UpdateAutonomousDatabaseRegionalWalletRequest buildWithoutInvocationCallback()
Build the instance of UpdateAutonomousDatabaseRegionalWalletRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method build()
does
Copyright © 2016–2023. All rights reserved.