Package com.oracle.bmc.streaming.model
Class CustomEncryptionKey.Builder
- java.lang.Object
- 
- com.oracle.bmc.streaming.model.CustomEncryptionKey.Builder
 
- 
- Enclosing class:
- CustomEncryptionKey
 
 public static class CustomEncryptionKey.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomEncryptionKeybuild()CustomEncryptionKey.Buildercopy(CustomEncryptionKey model)CustomEncryptionKey.BuilderkeyState(CustomEncryptionKey.KeyState keyState)Life cycle State of the custom keyCustomEncryptionKey.BuilderkmsKeyId(String kmsKeyId)Custom Encryption Key (Master Key) ocid.
 
- 
- 
- 
Method Detail- 
kmsKeyIdpublic CustomEncryptionKey.Builder kmsKeyId(String kmsKeyId) Custom Encryption Key (Master Key) ocid.- Parameters:
- kmsKeyId- the value to set
- Returns:
- this builder
 
 - 
keyStatepublic CustomEncryptionKey.Builder keyState(CustomEncryptionKey.KeyState keyState) Life cycle State of the custom key- Parameters:
- keyState- the value to set
- Returns:
- this builder
 
 - 
buildpublic CustomEncryptionKey build() 
 - 
copypublic CustomEncryptionKey.Builder copy(CustomEncryptionKey model) 
 
- 
 
-