org.jclouds.openstack.nova.v2_0.domain
Class VolumeAttachment.Builder<T extends VolumeAttachment.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.VolumeAttachment.Builder<T>
- Enclosing class:
- VolumeAttachment
public abstract static class VolumeAttachment.Builder<T extends VolumeAttachment.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
volumeId
protected String volumeId
serverId
protected String serverId
device
protected String device
VolumeAttachment.Builder
public VolumeAttachment.Builder()
self
protected abstract T self()
id
public T id(String id)
- See Also:
VolumeAttachment.getId()
volumeId
public T volumeId(String volumeId)
- See Also:
VolumeAttachment.getVolumeId()
serverId
public T serverId(String serverId)
- See Also:
VolumeAttachment.getServerId()
device
public T device(String device)
- See Also:
VolumeAttachment.getDevice()
build
public VolumeAttachment build()
fromVolumeAttachment
public T fromVolumeAttachment(VolumeAttachment in)
Copyright © 2009-2012 jclouds. All Rights Reserved.