Package com.oracle.bmc.bds.model
Class VolumeAttachmentDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.VolumeAttachmentDetail.Builder
-
- Enclosing class:
- VolumeAttachmentDetail
public static class VolumeAttachmentDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
volumeAttachmentId
public VolumeAttachmentDetail.Builder volumeAttachmentId(String volumeAttachmentId)
The OCID of the volume attachment.- Parameters:
volumeAttachmentId
- the value to set- Returns:
- this builder
-
volumeSizeInGBs
public VolumeAttachmentDetail.Builder volumeSizeInGBs(Long volumeSizeInGBs)
The size of the volume in GBs.- Parameters:
volumeSizeInGBs
- the value to set- Returns:
- this builder
-
build
public VolumeAttachmentDetail build()
-
copy
public VolumeAttachmentDetail.Builder copy(VolumeAttachmentDetail model)
-
-