public static class BootVolumeKmsKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BootVolumeKmsKey |
build() |
BootVolumeKmsKey.Builder |
copy(BootVolumeKmsKey model) |
BootVolumeKmsKey.Builder |
kmsKeyId(String kmsKeyId)
The OCID of the Vault service key assigned to this volume.
|
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.
kmsKeyId
- the value to setpublic BootVolumeKmsKey build()
public BootVolumeKmsKey.Builder copy(BootVolumeKmsKey model)
Copyright © 2016–2025. All rights reserved.