Class GenerateDistributedDatabaseWalletDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.GenerateDistributedDatabaseWalletDetails.Builder
-
- Enclosing class:
- GenerateDistributedDatabaseWalletDetails
public static class GenerateDistributedDatabaseWalletDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateDistributedDatabaseWalletDetails
build()
GenerateDistributedDatabaseWalletDetails.Builder
copy(GenerateDistributedDatabaseWalletDetails model)
GenerateDistributedDatabaseWalletDetails.Builder
password(String password)
The password to encrypt the keys inside the wallet.
-
-
-
Method Detail
-
password
public GenerateDistributedDatabaseWalletDetails.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.
- Parameters:
password
- the value to set- Returns:
- this builder
-
build
public GenerateDistributedDatabaseWalletDetails build()
-
copy
public GenerateDistributedDatabaseWalletDetails.Builder copy(GenerateDistributedDatabaseWalletDetails model)
-
-