public static class UpdateAutonomousDatabaseWalletDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAutonomousDatabaseWalletDetails |
build() |
UpdateAutonomousDatabaseWalletDetails.Builder |
copy(UpdateAutonomousDatabaseWalletDetails model) |
UpdateAutonomousDatabaseWalletDetails.Builder |
gracePeriod(Integer gracePeriod)
The number of hours that the old wallet can be used after it has been rotated.
|
UpdateAutonomousDatabaseWalletDetails.Builder |
shouldRotate(Boolean shouldRotate)
Indicates whether to rotate the wallet or not.
|
public UpdateAutonomousDatabaseWalletDetails.Builder shouldRotate(Boolean shouldRotate)
Indicates whether to rotate the wallet or not. If false
, the wallet will not be
rotated. The default is false
.
shouldRotate
- the value to setpublic UpdateAutonomousDatabaseWalletDetails.Builder gracePeriod(Integer gracePeriod)
The number of hours that the old wallet can be used after it has been rotated. The old wallet will no longer be valid after the number of hours in the wallet rotation grace period has passed. During the grace period, both the old wallet and the current wallet can be used.
gracePeriod
- the value to setpublic UpdateAutonomousDatabaseWalletDetails build()
public UpdateAutonomousDatabaseWalletDetails.Builder copy(UpdateAutonomousDatabaseWalletDetails model)
Copyright © 2016–2024. All rights reserved.