Package com.oracle.bmc.database.model
Class AutonomousDatabaseKeyHistoryEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AutonomousDatabaseKeyHistoryEntry.Builder
-
- Enclosing class:
- AutonomousDatabaseKeyHistoryEntry
public static class AutonomousDatabaseKeyHistoryEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutonomousDatabaseKeyHistoryEntry
build()
AutonomousDatabaseKeyHistoryEntry.Builder
copy(AutonomousDatabaseKeyHistoryEntry model)
AutonomousDatabaseKeyHistoryEntry.Builder
id(String id)
The id of the Autonomous Database Vault service key management history entry.AutonomousDatabaseKeyHistoryEntry.Builder
kmsKeyVersionId(String kmsKeyVersionId)
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.AutonomousDatabaseKeyHistoryEntry.Builder
timeActivated(Date timeActivated)
The date and time the kms key activated.AutonomousDatabaseKeyHistoryEntry.Builder
vaultId(String vaultId)
-
-
-
Method Detail
-
id
public AutonomousDatabaseKeyHistoryEntry.Builder id(String id)
The id of the Autonomous Database Vault service key management history entry.- Parameters:
id
- the value to set- Returns:
- this builder
-
kmsKeyVersionId
public AutonomousDatabaseKeyHistoryEntry.Builder kmsKeyVersionId(String kmsKeyVersionId)
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- Parameters:
kmsKeyVersionId
- the value to set- Returns:
- this builder
-
vaultId
public AutonomousDatabaseKeyHistoryEntry.Builder vaultId(String vaultId)
The OCID of the Oracle Cloud Infrastructure vault.This parameter and secretId are required for Customer Managed Keys.
- Parameters:
vaultId
- the value to set- Returns:
- this builder
-
timeActivated
public AutonomousDatabaseKeyHistoryEntry.Builder timeActivated(Date timeActivated)
The date and time the kms key activated.- Parameters:
timeActivated
- the value to set- Returns:
- this builder
-
build
public AutonomousDatabaseKeyHistoryEntry build()
-
copy
public AutonomousDatabaseKeyHistoryEntry.Builder copy(AutonomousDatabaseKeyHistoryEntry model)
-
-