public static class AutonomousDatabaseWallet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public AutonomousDatabaseWallet.Builder lifecycleState(AutonomousDatabaseWallet.LifecycleState lifecycleState)
The current lifecycle state of the Autonomous Database wallet.
lifecycleState
- the value to setpublic AutonomousDatabaseWallet.Builder timeRotated(Date timeRotated)
The date and time the wallet was last rotated.
timeRotated
- the value to setpublic AutonomousDatabaseWallet build()
public AutonomousDatabaseWallet.Builder copy(AutonomousDatabaseWallet model)
Copyright © 2016–2024. All rights reserved.