public static class AutonomousDatabaseKeyHistoryEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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)
|
public AutonomousDatabaseKeyHistoryEntry.Builder id(String id)
The id of the Autonomous Database Vault service key management history entry.
id
- the value to setpublic 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.
kmsKeyVersionId
- the value to setpublic AutonomousDatabaseKeyHistoryEntry.Builder vaultId(String vaultId)
The OCID of the
Oracle Cloud Infrastructure
vault.
This parameter and secretId
are required for Customer Managed Keys.
vaultId
- the value to setpublic AutonomousDatabaseKeyHistoryEntry.Builder timeActivated(Date timeActivated)
The date and time the kms key activated.
timeActivated
- the value to setpublic AutonomousDatabaseKeyHistoryEntry build()
public AutonomousDatabaseKeyHistoryEntry.Builder copy(AutonomousDatabaseKeyHistoryEntry model)
Copyright © 2016–2024. All rights reserved.