public static class GenerateAutonomousDatabaseWalletDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateAutonomousDatabaseWalletDetails |
build() |
GenerateAutonomousDatabaseWalletDetails.Builder |
copy(GenerateAutonomousDatabaseWalletDetails model) |
GenerateAutonomousDatabaseWalletDetails.Builder |
generateType(GenerateAutonomousDatabaseWalletDetails.GenerateType generateType)
The type of wallet to generate.
|
GenerateAutonomousDatabaseWalletDetails.Builder |
isRegional(Boolean isRegional)
True when requesting regional connection strings in PDB connect info, applicable to
cross-region DG only.
|
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.
*Serverless instance 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.Builder isRegional(Boolean isRegional)
True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.
isRegional
- the value to setpublic GenerateAutonomousDatabaseWalletDetails build()
public GenerateAutonomousDatabaseWalletDetails.Builder copy(GenerateAutonomousDatabaseWalletDetails model)
Copyright © 2016–2024. All rights reserved.