public static class CustomEncryptionKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomEncryptionKey |
build() |
CustomEncryptionKey.Builder |
copy(CustomEncryptionKey model) |
CustomEncryptionKey.Builder |
keyState(CustomEncryptionKey.KeyState keyState)
Life cycle State of the custom key
|
CustomEncryptionKey.Builder |
kmsKeyId(String kmsKeyId)
Custom Encryption Key (Master Key) ocid.
|
public CustomEncryptionKey.Builder kmsKeyId(String kmsKeyId)
Custom Encryption Key (Master Key) ocid.
kmsKeyId
- the value to setpublic CustomEncryptionKey.Builder keyState(CustomEncryptionKey.KeyState keyState)
Life cycle State of the custom key
keyState
- the value to setpublic CustomEncryptionKey build()
public CustomEncryptionKey.Builder copy(CustomEncryptionKey model)
Copyright © 2016–2024. All rights reserved.