org.jclouds.googlecomputeengine.domain
Class Snapshot.Builder
java.lang.Object
org.jclouds.googlecomputeengine.domain.Resource.Builder<T>
org.jclouds.googlecomputeengine.domain.AbstractDisk.Builder<Snapshot.Builder>
org.jclouds.googlecomputeengine.domain.Snapshot.Builder
- Enclosing class:
- Snapshot
public static final class Snapshot.Builder
- extends AbstractDisk.Builder<Snapshot.Builder>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Snapshot.Builder
public Snapshot.Builder()
sourceDisk
public Snapshot.Builder sourceDisk(URI sourceDisk)
- See Also:
Snapshot.getSourceDisk()
sourceDiskId
public Snapshot.Builder sourceDiskId(String sourceDiskId)
- See Also:
Snapshot.getSourceDiskId()
self
protected Snapshot.Builder self()
- Specified by:
self in class Resource.Builder<Snapshot.Builder>
build
public Snapshot build()
- Overrides:
build in class Resource.Builder<Snapshot.Builder>
fromSnapshot
public Snapshot.Builder fromSnapshot(Snapshot in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.