public static class BootVolumeReplicaInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BootVolumeReplicaInfo.Builder |
availabilityDomain(String availabilityDomain)
The availability domain of the boot volume replica.
|
BootVolumeReplicaInfo.Builder |
bootVolumeReplicaId(String bootVolumeReplicaId)
The boot volume replica’s Oracle ID (OCID).
|
BootVolumeReplicaInfo |
build() |
BootVolumeReplicaInfo.Builder |
copy(BootVolumeReplicaInfo model) |
BootVolumeReplicaInfo.Builder |
displayName(String displayName)
A user-friendly name.
|
BootVolumeReplicaInfo.Builder |
kmsKeyId(String kmsKeyId)
The OCID of the Vault service key to assign as the master encryption key for the block
volume replica, see Overview of Vault
service
and Using
Keys.
|
public BootVolumeReplicaInfo.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 BootVolumeReplicaInfo.Builder bootVolumeReplicaId(String bootVolumeReplicaId)
The boot volume replica’s Oracle ID (OCID).
bootVolumeReplicaId
- the value to setpublic BootVolumeReplicaInfo.Builder availabilityDomain(String availabilityDomain)
The availability domain of the boot volume replica.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic BootVolumeReplicaInfo.Builder kmsKeyId(String kmsKeyId)
The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
kmsKeyId
- the value to setpublic BootVolumeReplicaInfo build()
public BootVolumeReplicaInfo.Builder copy(BootVolumeReplicaInfo model)
Copyright © 2016–2024. All rights reserved.