Package com.oracle.bmc.core.model
Class BootVolumeReplicaDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.BootVolumeReplicaDetails.Builder
-
- Enclosing class:
- BootVolumeReplicaDetails
public static class BootVolumeReplicaDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootVolumeReplicaDetails.Builder
availabilityDomain(String availabilityDomain)
The availability domain of the boot volume replica.BootVolumeReplicaDetails
build()
BootVolumeReplicaDetails.Builder
copy(BootVolumeReplicaDetails model)
BootVolumeReplicaDetails.Builder
displayName(String displayName)
A user-friendly name.BootVolumeReplicaDetails.Builder
xrrKmsKeyId(String xrrKmsKeyId)
The OCID of the Vault service key which is the master encryption key for the cross region boot volume replicas, which will be used in the destination region to encrypt the boot volume replica’s encryption keys.
-
-
-
Method Detail
-
displayName
public BootVolumeReplicaDetails.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
availabilityDomain
public BootVolumeReplicaDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain of the boot volume replica.Example: Uocm:PHX-AD-1
- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
xrrKmsKeyId
public BootVolumeReplicaDetails.Builder xrrKmsKeyId(String xrrKmsKeyId)
The OCID of the Vault service key which is the master encryption key for the cross region boot volume replicas, which will be used in the destination region to encrypt the boot volume replica’s encryption keys.For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- Parameters:
xrrKmsKeyId
- the value to set- Returns:
- this builder
-
build
public BootVolumeReplicaDetails build()
-
copy
public BootVolumeReplicaDetails.Builder copy(BootVolumeReplicaDetails model)
-
-