public static class VolumeAttachmentDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VolumeAttachmentDetail |
build() |
VolumeAttachmentDetail.Builder |
copy(VolumeAttachmentDetail model) |
VolumeAttachmentDetail.Builder |
volumeAttachmentId(String volumeAttachmentId)
The OCID of the volume attachment.
|
VolumeAttachmentDetail.Builder |
volumeSizeInGBs(Long volumeSizeInGBs)
The size of the volume in GBs.
|
public VolumeAttachmentDetail.Builder volumeAttachmentId(String volumeAttachmentId)
The OCID of the volume attachment.
volumeAttachmentId
- the value to setpublic VolumeAttachmentDetail.Builder volumeSizeInGBs(Long volumeSizeInGBs)
The size of the volume in GBs.
volumeSizeInGBs
- the value to setpublic VolumeAttachmentDetail build()
public VolumeAttachmentDetail.Builder copy(VolumeAttachmentDetail model)
Copyright © 2016–2024. All rights reserved.