public static class OciKeyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OciKeyDetails |
build() |
OciKeyDetails.Builder |
copy(OciKeyDetails model) |
OciKeyDetails.Builder |
kmsKeyId(String kmsKeyId)
The OCID of the key container that is used as the master encryption key in database
transparent data encryption (TDE) operations.
|
OciKeyDetails.Builder |
vaultId(String vaultId)
|
public OciKeyDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
kmsKeyId
- the value to setpublic OciKeyDetails.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 OciKeyDetails build()
public OciKeyDetails.Builder copy(OciKeyDetails model)
Copyright © 2016–2024. All rights reserved.