public static class EncryptionKeyInfoSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EncryptionKeyInfoSummary |
build() |
EncryptionKeyInfoSummary.Builder |
copy(EncryptionKeyInfoSummary model) |
EncryptionKeyInfoSummary.Builder |
keyId(String keyId)
This is the key OCID of the encryption key (null if Oracle-managed).
|
EncryptionKeyInfoSummary.Builder |
keySource(EncryptionKeySource keySource)
This is the source of the encryption key.
|
EncryptionKeyInfoSummary.Builder |
keyType(EncryptionKeyType keyType)
This is the type of data to be encrypted.
|
public EncryptionKeyInfoSummary.Builder keySource(EncryptionKeySource keySource)
This is the source of the encryption key.
keySource
- the value to setpublic EncryptionKeyInfoSummary.Builder keyId(String keyId)
This is the key OCID of the encryption key (null if Oracle-managed).
keyId
- the value to setpublic EncryptionKeyInfoSummary.Builder keyType(EncryptionKeyType keyType)
This is the type of data to be encrypted. It can be either active or archival.
keyType
- the value to setpublic EncryptionKeyInfoSummary build()
public EncryptionKeyInfoSummary.Builder copy(EncryptionKeyInfoSummary model)
Copyright © 2016–2024. All rights reserved.