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