org.jclouds.googlecomputeengine.domain
Class Disk.Builder

java.lang.Object
  extended by org.jclouds.googlecomputeengine.domain.Resource.Builder<T>
      extended by org.jclouds.googlecomputeengine.domain.AbstractDisk.Builder<Disk.Builder>
          extended by org.jclouds.googlecomputeengine.domain.Disk.Builder
Enclosing class:
Disk

public static final class Disk.Builder
extends AbstractDisk.Builder<Disk.Builder>


Field Summary
 
Fields inherited from class org.jclouds.googlecomputeengine.domain.AbstractDisk.Builder
sizeGb, status
 
Fields inherited from class org.jclouds.googlecomputeengine.domain.Resource.Builder
creationTimestamp, description, id, kind, name, selfLink
 
Constructor Summary
Disk.Builder()
           
 
Method Summary
 Disk build()
           
 Disk.Builder fromDisk(Disk in)
           
protected  Disk.Builder self()
           
 Disk.Builder zone(URI zone)
           
 
Methods inherited from class org.jclouds.googlecomputeengine.domain.AbstractDisk.Builder
fromAbstractDisk, sizeGb, status
 
Methods inherited from class org.jclouds.googlecomputeengine.domain.Resource.Builder
creationTimestamp, description, fromResource, id, kind, name, selfLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Disk.Builder

public Disk.Builder()
Method Detail

zone

public Disk.Builder zone(URI zone)
See Also:
Disk.getZone()

self

protected Disk.Builder self()
Specified by:
self in class Resource.Builder<Disk.Builder>

build

public Disk build()
Overrides:
build in class Resource.Builder<Disk.Builder>

fromDisk

public Disk.Builder fromDisk(Disk in)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.