public static class GenerateAutonomousDatabaseWalletDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateAutonomousDatabaseWalletDetails |
build() |
GenerateAutonomousDatabaseWalletDetails.Builder |
copy(GenerateAutonomousDatabaseWalletDetails o) |
GenerateAutonomousDatabaseWalletDetails.Builder |
generateType(GenerateAutonomousDatabaseWalletDetails.GenerateType generateType)
The type of wallet to generate.
|
GenerateAutonomousDatabaseWalletDetails.Builder |
password(String password)
The password to encrypt the keys inside the wallet.
|
public GenerateAutonomousDatabaseWalletDetails.Builder generateType(GenerateAutonomousDatabaseWalletDetails.GenerateType generateType)
The type of wallet to generate.
Shared Exadata infrastructure usage:**
* SINGLE
- used to generate a wallet for a single database
* ALL
- used to generate wallet for all databases in the region
Dedicated Exadata infrastructure usage:** Value must be NULL
if attribute is used.
generateType
- the value to setpublic GenerateAutonomousDatabaseWalletDetails.Builder password(String password)
The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.
password
- the value to setpublic GenerateAutonomousDatabaseWalletDetails build()
Copyright © 2016–2022. All rights reserved.