public static class UpdateBootVolumeKmsKeyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBootVolumeKmsKeyDetails |
build() |
UpdateBootVolumeKmsKeyDetails.Builder |
copy(UpdateBootVolumeKmsKeyDetails model) |
UpdateBootVolumeKmsKeyDetails.Builder |
kmsKeyId(String kmsKeyId)
The OCID of the new Vault service key to assign to protect the specified volume.
|
public UpdateBootVolumeKmsKeyDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the new Vault service key to assign to protect the specified volume. This key has to be a valid Vault service key, and policies must exist to allow the user and the Block Volume service to access this key. If you specify the same OCID as the previous key’s OCID, the Block Volume service will use it to regenerate a volume encryption key.
kmsKeyId
- the value to setpublic UpdateBootVolumeKmsKeyDetails build()
public UpdateBootVolumeKmsKeyDetails.Builder copy(UpdateBootVolumeKmsKeyDetails model)
Copyright © 2016–2024. All rights reserved.