public static class AssignEncryptionKeyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssignEncryptionKeyDetails |
build() |
AssignEncryptionKeyDetails.Builder |
copy(AssignEncryptionKeyDetails model) |
AssignEncryptionKeyDetails.Builder |
keyId(String keyId)
This is the key OCID for encryption key.
|
AssignEncryptionKeyDetails.Builder |
keyType(EncryptionKeyType keyType)
This is the type of data to be encrypted.
|
public AssignEncryptionKeyDetails.Builder keyId(String keyId)
This is the key OCID for encryption key.
keyId
- the value to setpublic AssignEncryptionKeyDetails.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 AssignEncryptionKeyDetails build()
public AssignEncryptionKeyDetails.Builder copy(AssignEncryptionKeyDetails model)
Copyright © 2016–2024. All rights reserved.