Class KeyEncryptionCredentialDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.KeyEncryptionCredentialDetails.Builder
 
- 
- Enclosing class:
- KeyEncryptionCredentialDetails
 
 public static class KeyEncryptionCredentialDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyEncryptionCredentialDetailsbuild()KeyEncryptionCredentialDetails.Buildercopy(KeyEncryptionCredentialDetails model)KeyEncryptionCredentialDetails.BuilderkeyId(String keyId)OCID for the Vault Key that will be used to encrypt/decrypt the value given.KeyEncryptionCredentialDetails.BuilderkeyVersion(String keyVersion)The Vault Key version.KeyEncryptionCredentialDetails.Buildervalue(String value)The value corresponding to the credential.KeyEncryptionCredentialDetails.BuildervaultId(String vaultId)OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.
 
- 
- 
- 
Method Detail- 
valuepublic KeyEncryptionCredentialDetails.Builder value(String value) The value corresponding to the credential.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
keyIdpublic KeyEncryptionCredentialDetails.Builder keyId(String keyId) OCID for the Vault Key that will be used to encrypt/decrypt the value given.- Parameters:
- keyId- the value to set
- Returns:
- this builder
 
 - 
keyVersionpublic KeyEncryptionCredentialDetails.Builder keyVersion(String keyVersion) The Vault Key version.- Parameters:
- keyVersion- the value to set
- Returns:
- this builder
 
 - 
vaultIdpublic KeyEncryptionCredentialDetails.Builder vaultId(String vaultId) OCID for the Vault that will be used to fetch the key to encrypt/decrypt the value given.- Parameters:
- vaultId- the value to set
- Returns:
- this builder
 
 - 
buildpublic KeyEncryptionCredentialDetails build() 
 - 
copypublic KeyEncryptionCredentialDetails.Builder copy(KeyEncryptionCredentialDetails model) 
 
- 
 
-