Interface DiskSnapshotInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>, SdkBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>, SdkPojo
Enclosing class:
DiskSnapshotInfo

public static interface DiskSnapshotInfo.Builder extends SdkPojo, CopyableBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>
  • Method Details

    • sizeInGb

      DiskSnapshotInfo.Builder sizeInGb(Integer sizeInGb)

      The size of the disk in GB (32).

      Parameters:
      sizeInGb - The size of the disk in GB (32).
      Returns:
      Returns a reference to this object so that method calls can be chained together.