Package com.oracle.bmc.database.model
Class ExternalHsmEncryptionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ExternalHsmEncryptionDetails.Builder
 
- 
- Enclosing class:
- ExternalHsmEncryptionDetails
 
 public static class ExternalHsmEncryptionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalHsmEncryptionDetailsbuild()ExternalHsmEncryptionDetails.Buildercopy(ExternalHsmEncryptionDetails model)ExternalHsmEncryptionDetails.BuilderhsmPassword(String hsmPassword)Provide the HSM password as you would in RDBMS for External HSM.
 
- 
- 
- 
Method Detail- 
hsmPasswordpublic ExternalHsmEncryptionDetails.Builder hsmPassword(String hsmPassword) Provide the HSM password as you would in RDBMS for External HSM.- Parameters:
- hsmPassword- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExternalHsmEncryptionDetails build() 
 - 
copypublic ExternalHsmEncryptionDetails.Builder copy(ExternalHsmEncryptionDetails model) 
 
- 
 
-