Package com.oracle.bmc.core.model
Class VolumeKmsKey.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.VolumeKmsKey.Builder
-
- Enclosing class:
- VolumeKmsKey
public static class VolumeKmsKey.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeKmsKey
build()
VolumeKmsKey.Builder
copy(VolumeKmsKey model)
VolumeKmsKey.Builder
kmsKeyId(String kmsKeyId)
The OCID of the Vault service key assigned to this volume.
-
-
-
Method Detail
-
kmsKeyId
public VolumeKmsKey.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 VolumeKmsKey build()
-
copy
public VolumeKmsKey.Builder copy(VolumeKmsKey model)
-
-