Uses of Class
com.oracle.bmc.nosql.model.KmsKey.Builder
-
Packages that use KmsKey.Builder Package Description com.oracle.bmc.nosql.model -
-
Uses of KmsKey.Builder in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return KmsKey.Builder Modifier and Type Method Description static KmsKey.Builder
KmsKey. builder()
Create a new builder.KmsKey.Builder
KmsKey.Builder. copy(KmsKey model)
KmsKey.Builder
KmsKey.Builder. id(String id)
The OCID of the KMS encryption key assigned to this Hosted Environment.KmsKey.Builder
KmsKey.Builder. kmsKeyState(KmsKey.KmsKeyState kmsKeyState)
The current state of the encryption key assigned to this Hosted Environment.KmsKey.Builder
KmsKey.Builder. kmsVaultId(String kmsVaultId)
The OCID of the vault containing the encryption key assigned to this Hosted Environment.KmsKey.Builder
KmsKey.Builder. timeCreated(Date timeCreated)
The timestamp when encryption key was first enabled for this Hosted Environment.KmsKey.Builder
KmsKey.Builder. timeUpdated(Date timeUpdated)
The timestamp of the last update to the encryption key status.KmsKey.Builder
KmsKey. toBuilder()
-