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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutonomousDatabaseWallet
build()
AutonomousDatabaseWallet.Builder
copy(AutonomousDatabaseWallet model)
AutonomousDatabaseWallet.Builder
lifecycleState(AutonomousDatabaseWallet.LifecycleState lifecycleState)
The current lifecycle state of the Autonomous Database wallet.AutonomousDatabaseWallet.Builder
timeRotated(Date timeRotated)
The date and time the wallet was last rotated.
-
-
-
Method Detail
-
lifecycleState
public AutonomousDatabaseWallet.Builder lifecycleState(AutonomousDatabaseWallet.LifecycleState lifecycleState)
The current lifecycle state of the Autonomous Database wallet.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeRotated
public AutonomousDatabaseWallet.Builder timeRotated(Date timeRotated)
The date and time the wallet was last rotated.- Parameters:
timeRotated
- the value to set- Returns:
- this builder
-
build
public AutonomousDatabaseWallet build()
-
copy
public AutonomousDatabaseWallet.Builder copy(AutonomousDatabaseWallet model)
-
-