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