Package com.oracle.bmc.core.model
Class BootVolumeKmsKey.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.BootVolumeKmsKey.Builder
-
- Enclosing class:
- BootVolumeKmsKey
public static class BootVolumeKmsKey.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootVolumeKmsKeybuild()BootVolumeKmsKey.Buildercopy(BootVolumeKmsKey model)BootVolumeKmsKey.BuilderkmsKeyId(String kmsKeyId)The OCID of the Vault service key assigned to this volume.
-
-
-
Method Detail
-
kmsKeyId
public BootVolumeKmsKey.Builder kmsKeyId(String kmsKeyId)
The OCID of the Vault service key assigned to this volume.If the volume is not using Vault service, then the kmsKeyId will be a null string.
- Parameters:
kmsKeyId- the value to set- Returns:
- this builder
-
build
public BootVolumeKmsKey build()
-
copy
public BootVolumeKmsKey.Builder copy(BootVolumeKmsKey model)
-
-