public static class BlockVolumeReplicaDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BlockVolumeReplicaDetails.Builder |
availabilityDomain(String availabilityDomain)
The availability domain of the block volume replica.
|
BlockVolumeReplicaDetails |
build() |
BlockVolumeReplicaDetails.Builder |
copy(BlockVolumeReplicaDetails model) |
BlockVolumeReplicaDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
BlockVolumeReplicaDetails.Builder |
xrrKmsKeyId(String xrrKmsKeyId)
The OCID of the Vault service key which is the master encryption key for the cross region
block volume replicas, which will be used in the destination region to encrypt the block
volume replica’s encryption keys.
|
public BlockVolumeReplicaDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic BlockVolumeReplicaDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain of the block volume replica.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic BlockVolumeReplicaDetails.Builder xrrKmsKeyId(String xrrKmsKeyId)
The OCID of the Vault service key which is the master encryption key for the cross region block volume replicas, which will be used in the destination region to encrypt the block volume replica’s encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
xrrKmsKeyId
- the value to setpublic BlockVolumeReplicaDetails build()
public BlockVolumeReplicaDetails.Builder copy(BlockVolumeReplicaDetails model)
Copyright © 2016–2024. All rights reserved.