public static class AttachBootVolumeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AttachBootVolumeDetails.Builder |
bootVolumeId(String bootVolumeId)
The OCID of the boot volume.
|
AttachBootVolumeDetails |
build() |
AttachBootVolumeDetails.Builder |
copy(AttachBootVolumeDetails model) |
AttachBootVolumeDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
AttachBootVolumeDetails.Builder |
encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
AttachBootVolumeDetails.Builder |
instanceId(String instanceId)
The OCID of the instance.
|
public AttachBootVolumeDetails.Builder bootVolumeId(String bootVolumeId)
The OCID of the boot volume.
bootVolumeId
- the value to setpublic AttachBootVolumeDetails.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 AttachBootVolumeDetails.Builder instanceId(String instanceId)
The OCID of the instance.
instanceId
- the value to setpublic AttachBootVolumeDetails.Builder encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType. The default value is NONE.
encryptionInTransitType
- the value to setpublic AttachBootVolumeDetails build()
public AttachBootVolumeDetails.Builder copy(AttachBootVolumeDetails model)
Copyright © 2016–2024. All rights reserved.