Package com.oracle.bmc.database.model
Class AutonomousDatabaseWallet.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.AutonomousDatabaseWallet.Builder
 
- 
- Enclosing class:
- AutonomousDatabaseWallet
 
 public static class AutonomousDatabaseWallet.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AutonomousDatabaseWalletbuild()AutonomousDatabaseWallet.Buildercopy(AutonomousDatabaseWallet model)AutonomousDatabaseWallet.BuilderlifecycleState(AutonomousDatabaseWallet.LifecycleState lifecycleState)The current lifecycle state of the Autonomous AI Database wallet.AutonomousDatabaseWallet.BuildertimeRotated(Date timeRotated)The date and time the wallet was last rotated.
 
- 
- 
- 
Method Detail- 
lifecycleStatepublic AutonomousDatabaseWallet.Builder lifecycleState(AutonomousDatabaseWallet.LifecycleState lifecycleState) The current lifecycle state of the Autonomous AI Database wallet.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeRotatedpublic AutonomousDatabaseWallet.Builder timeRotated(Date timeRotated) The date and time the wallet was last rotated.- Parameters:
- timeRotated- the value to set
- Returns:
- this builder
 
 - 
buildpublic AutonomousDatabaseWallet build() 
 - 
copypublic AutonomousDatabaseWallet.Builder copy(AutonomousDatabaseWallet model) 
 
- 
 
-